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