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