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