public static enum MVEXTRACT.ELEMENT extends java.lang.Enum<MVEXTRACT.ELEMENT>
| Enum Constant and Description |
|---|
ELEVATION |
LATLON |
LOCATION |
TICK |
VALUE |
| Modifier and Type | Method and Description |
|---|---|
static MVEXTRACT.ELEMENT |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MVEXTRACT.ELEMENT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MVEXTRACT.ELEMENT TICK
public static final MVEXTRACT.ELEMENT LOCATION
public static final MVEXTRACT.ELEMENT LATLON
public static final MVEXTRACT.ELEMENT ELEVATION
public static final MVEXTRACT.ELEMENT VALUE
public static MVEXTRACT.ELEMENT[] values()
for (MVEXTRACT.ELEMENT c : MVEXTRACT.ELEMENT.values()) System.out.println(c);
public static MVEXTRACT.ELEMENT 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 null