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