public static enum MAPMAP_UserAbortChoice.Choice extends Enum<MAPMAP_UserAbortChoice.Choice>
| Enum Constant and Description |
|---|
APPLICATIONPROCEDURECANCELLATION |
RESOURCEUNAVAILABLE |
USERRESOURCELIMITATION |
USERSPECIFICREASON |
| Modifier and Type | Method and Description |
|---|---|
static MAPMAP_UserAbortChoice.Choice |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MAPMAP_UserAbortChoice.Choice[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MAPMAP_UserAbortChoice.Choice USERSPECIFICREASON
public static final MAPMAP_UserAbortChoice.Choice USERRESOURCELIMITATION
public static final MAPMAP_UserAbortChoice.Choice RESOURCEUNAVAILABLE
public static final MAPMAP_UserAbortChoice.Choice APPLICATIONPROCEDURECANCELLATION
public static MAPMAP_UserAbortChoice.Choice[] values()
for (MAPMAP_UserAbortChoice.Choice c : MAPMAP_UserAbortChoice.Choice.values()) System.out.println(c);
public static MAPMAP_UserAbortChoice.Choice 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 null