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