protected static enum MAPDialogImpl.DelayedAreaState extends Enum<MAPDialogImpl.DelayedAreaState>
| Enum Constant and Description |
|---|
Continue |
End |
No |
PrearrangedEnd |
| Modifier and Type | Method and Description |
|---|---|
static MAPDialogImpl.DelayedAreaState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MAPDialogImpl.DelayedAreaState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MAPDialogImpl.DelayedAreaState No
public static final MAPDialogImpl.DelayedAreaState Continue
public static final MAPDialogImpl.DelayedAreaState End
public static final MAPDialogImpl.DelayedAreaState PrearrangedEnd
public static MAPDialogImpl.DelayedAreaState[] values()
for (MAPDialogImpl.DelayedAreaState c : MAPDialogImpl.DelayedAreaState.values()) System.out.println(c);
public static MAPDialogImpl.DelayedAreaState 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 © 2016. All Rights Reserved.