public static enum Table.CoordName extends java.lang.Enum<Table.CoordName>
Enum Constant and Description |
---|
Elev |
FeatureId |
Lat |
Lon |
MissingVar |
StnAlt |
StnDesc |
StnId |
Time |
TimeNominal |
WmoId |
Modifier and Type | Method and Description |
---|---|
static Table.CoordName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Table.CoordName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Table.CoordName Lat
public static final Table.CoordName Lon
public static final Table.CoordName Elev
public static final Table.CoordName Time
public static final Table.CoordName TimeNominal
public static final Table.CoordName StnId
public static final Table.CoordName StnDesc
public static final Table.CoordName WmoId
public static final Table.CoordName StnAlt
public static final Table.CoordName FeatureId
public static final Table.CoordName MissingVar
public static Table.CoordName[] values()
for (Table.CoordName c : Table.CoordName.values()) System.out.println(c);
public static Table.CoordName 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