public static enum BufrTables.Format extends java.lang.Enum<BufrTables.Format>
Enum Constant and Description |
---|
cypher |
ecmwf |
embed |
mel_bufr |
mel_tabs |
ncep |
ncep_nm |
opera |
ukmet |
wmo_csv |
wmo_xml |
Modifier and Type | Method and Description |
---|---|
static BufrTables.Format |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BufrTables.Format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BufrTables.Format ecmwf
public static final BufrTables.Format mel_bufr
public static final BufrTables.Format mel_tabs
public static final BufrTables.Format ncep
public static final BufrTables.Format ncep_nm
public static final BufrTables.Format opera
public static final BufrTables.Format ukmet
public static final BufrTables.Format wmo_csv
public static final BufrTables.Format wmo_xml
public static final BufrTables.Format cypher
public static final BufrTables.Format embed
public static BufrTables.Format[] values()
for (BufrTables.Format c : BufrTables.Format.values()) System.out.println(c);
public static BufrTables.Format 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