public static enum WmoXmlReader.Version extends 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(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(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 1999–2017 UCAR/Unidata. All rights reserved.