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