public static enum Doghouse.DoghouseFields extends java.lang.Enum<Doghouse.DoghouseFields>
Enum Constant and Description |
---|
BEARING_TO_NEXT |
BLANK |
CUMULATIVE_TIME |
DISTANCE_TO_NEXT |
DTD_ID |
EMPTY |
ETE_NEXT |
NEXT_CHECKPOINT |
TURNPOINT_ID |
Modifier and Type | Method and Description |
---|---|
static Doghouse.DoghouseFields |
fromString(java.lang.String str) |
java.lang.String |
toString() |
static Doghouse.DoghouseFields |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Doghouse.DoghouseFields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Doghouse.DoghouseFields EMPTY
public static final Doghouse.DoghouseFields BLANK
public static final Doghouse.DoghouseFields TURNPOINT_ID
public static final Doghouse.DoghouseFields DTD_ID
public static final Doghouse.DoghouseFields NEXT_CHECKPOINT
public static final Doghouse.DoghouseFields BEARING_TO_NEXT
public static final Doghouse.DoghouseFields DISTANCE_TO_NEXT
public static final Doghouse.DoghouseFields ETE_NEXT
public static final Doghouse.DoghouseFields CUMULATIVE_TIME
public static Doghouse.DoghouseFields[] values()
for (Doghouse.DoghouseFields c : Doghouse.DoghouseFields.values()) System.out.println(c);
public static Doghouse.DoghouseFields 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 static Doghouse.DoghouseFields fromString(java.lang.String str)
public java.lang.String toString()
toString
in class java.lang.Enum<Doghouse.DoghouseFields>