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