public static enum ManeuverLocation.Z_UNITS extends java.lang.Enum<ManeuverLocation.Z_UNITS>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
text |
protected long |
value |
Modifier and Type | Method and Description |
---|---|
static ManeuverLocation.Z_UNITS |
from(java.lang.String text) |
java.lang.String |
text() |
long |
value() |
static ManeuverLocation.Z_UNITS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ManeuverLocation.Z_UNITS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManeuverLocation.Z_UNITS NONE
public static final ManeuverLocation.Z_UNITS DEPTH
public static final ManeuverLocation.Z_UNITS ALTITUDE
public static final ManeuverLocation.Z_UNITS HEIGHT
public static ManeuverLocation.Z_UNITS[] values()
for (ManeuverLocation.Z_UNITS c : ManeuverLocation.Z_UNITS.values()) System.out.println(c);
public static ManeuverLocation.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()
public java.lang.String text()
public static ManeuverLocation.Z_UNITS from(java.lang.String text)
Copyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.