public static enum WmoXmlReader.Version extends java.lang.Enum<WmoXmlReader.Version>
| Enum Constant and Description |
|---|
BUFR_14_1_0 |
BUFR_14_2_0 |
BUFR_15_1_1 |
BUFR_16_0_0 |
BUFR_WMO |
| Modifier and Type | Method and Description |
|---|---|
static WmoXmlReader.Version |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WmoXmlReader.Version[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WmoXmlReader.Version BUFR_14_1_0
public static final WmoXmlReader.Version BUFR_14_2_0
public static final WmoXmlReader.Version BUFR_15_1_1
public static final WmoXmlReader.Version BUFR_16_0_0
public static final WmoXmlReader.Version BUFR_WMO
public static WmoXmlReader.Version[] values()
for (WmoXmlReader.Version c : WmoXmlReader.Version.values()) System.out.println(c);
public static WmoXmlReader.Version 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