public static enum PathControlState.START_Z_UNITS extends java.lang.Enum<PathControlState.START_Z_UNITS>
Modifier and Type | Method and Description |
---|---|
long |
value() |
static PathControlState.START_Z_UNITS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PathControlState.START_Z_UNITS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PathControlState.START_Z_UNITS NONE
public static final PathControlState.START_Z_UNITS DEPTH
public static final PathControlState.START_Z_UNITS ALTITUDE
public static final PathControlState.START_Z_UNITS HEIGHT
public static PathControlState.START_Z_UNITS[] values()
for (PathControlState.START_Z_UNITS c : PathControlState.START_Z_UNITS.values()) System.out.println(c);
public static PathControlState.START_Z_UNITS 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 nullpublic long value()