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