Package ucar.nc2.wmo
Enum CommonCodeTable.Table
- java.lang.Object
-
- java.lang.Enum<CommonCodeTable.Table>
-
- ucar.nc2.wmo.CommonCodeTable.Table
-
- All Implemented Interfaces:
Serializable
,Comparable<CommonCodeTable.Table>
- Enclosing class:
- CommonCodeTable
public static enum CommonCodeTable.Table extends Enum<CommonCodeTable.Table>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
String
getResourceName()
String
getRootElemName()
int
getTableNo()
int
getTableType()
static CommonCodeTable.Table
valueOf(String name)
Returns the enum constant of this type with the specified name.static CommonCodeTable.Table[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
C1
public static final CommonCodeTable.Table C1
-
C3
public static final CommonCodeTable.Table C3
-
C4
public static final CommonCodeTable.Table C4
-
C5
public static final CommonCodeTable.Table C5
-
C7
public static final CommonCodeTable.Table C7
-
C8
public static final CommonCodeTable.Table C8
-
C11
public static final CommonCodeTable.Table C11
-
C12
public static final CommonCodeTable.Table C12
-
C13
public static final CommonCodeTable.Table C13
-
C14
public static final CommonCodeTable.Table C14
-
-
Method Detail
-
values
public static CommonCodeTable.Table[] 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 (CommonCodeTable.Table c : CommonCodeTable.Table.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CommonCodeTable.Table 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 nameNullPointerException
- if the argument is null
-
getResourceName
public String getResourceName()
-
getRootElemName
public String getRootElemName()
-
getTableNo
public int getTableNo()
-
getTableType
public int getTableType()
-
getName
public String getName()
-
-