ucar.nc2.ft.point.standard
Enum Table.CoordName
java.lang.Object
java.lang.Enum<Table.CoordName>
ucar.nc2.ft.point.standard.Table.CoordName
- All Implemented Interfaces:
- Serializable, Comparable<Table.CoordName>
- Enclosing class:
- Table
public static enum Table.CoordName
- extends Enum<Table.CoordName>
Method Summary |
static Table.CoordName |
valueOf(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. |
Lat
public static final Table.CoordName Lat
Lon
public static final Table.CoordName Lon
Elev
public static final Table.CoordName Elev
Time
public static final Table.CoordName Time
TimeNominal
public static final Table.CoordName TimeNominal
StnId
public static final Table.CoordName StnId
StnDesc
public static final Table.CoordName StnDesc
WmoId
public static final Table.CoordName WmoId
StnAlt
public static final Table.CoordName StnAlt
FeatureId
public static final Table.CoordName FeatureId
MissingVar
public static final Table.CoordName MissingVar
values
public static Table.CoordName[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (Table.CoordName c : Table.CoordName.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Table.CoordName valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.