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