public static enum Utility.DIALOG_RESULT extends java.lang.Enum<Utility.DIALOG_RESULT>
Utility.fatalErrorMessage()
,
Utility.fatalErrorMessage(String, String, Throwable)
,
Utility.errorMessage(String, String, Throwable)
, or the link
information dialog box called #showLinkInfo(TLink...)
.Enum Constant and Description |
---|
CANCEL |
CONTINUE |
EXIT |
NO |
OK |
SEND_EMAIL |
Modifier and Type | Method and Description |
---|---|
static Utility.DIALOG_RESULT |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Utility.DIALOG_RESULT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Utility.DIALOG_RESULT OK
public static final Utility.DIALOG_RESULT CONTINUE
public static final Utility.DIALOG_RESULT EXIT
public static final Utility.DIALOG_RESULT SEND_EMAIL
public static final Utility.DIALOG_RESULT NO
public static final Utility.DIALOG_RESULT CANCEL
public static Utility.DIALOG_RESULT[] values()
for (Utility.DIALOG_RESULT c : Utility.DIALOG_RESULT.values()) System.out.println(c);
public static Utility.DIALOG_RESULT valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft