public static enum ConfirmInitializeAndImportDialog.Result extends Enum<ConfirmInitializeAndImportDialog.Result>
Enum Constant and Description |
---|
CANCEL
The user asks to cancel the operation that made this dialog to appear.
|
IMPORT_ONLY
The user asks to only do the import locally.
|
INITIALIZE_ALL
The user asks to do the import and then the initialization.
|
Modifier and Type | Method and Description |
---|---|
static ConfirmInitializeAndImportDialog.Result |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfirmInitializeAndImportDialog.Result[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfirmInitializeAndImportDialog.Result INITIALIZE_ALL
public static final ConfirmInitializeAndImportDialog.Result IMPORT_ONLY
public static final ConfirmInitializeAndImportDialog.Result CANCEL
public static ConfirmInitializeAndImportDialog.Result[] values()
for (ConfirmInitializeAndImportDialog.Result c : ConfirmInitializeAndImportDialog.Result.values()) System.out.println(c);
public static ConfirmInitializeAndImportDialog.Result valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2010-2016 ForgeRock AS. All Rights Reserved.