public static enum WmoTemplateTable.Version extends Enum<WmoTemplateTable.Version>
| Enum Constant and Description |
|---|
GRIB2_5_2_0 |
GRIB2_6_0_1 |
GRIB2_7_0_0 |
GRIB2_8_0_0 |
| Modifier and Type | Method and Description |
|---|---|
static WmoTemplateTable.Version |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WmoTemplateTable.Version[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WmoTemplateTable.Version GRIB2_5_2_0
public static final WmoTemplateTable.Version GRIB2_6_0_1
public static final WmoTemplateTable.Version GRIB2_7_0_0
public static final WmoTemplateTable.Version GRIB2_8_0_0
public static WmoTemplateTable.Version[] values()
for (WmoTemplateTable.Version c : WmoTemplateTable.Version.values()) System.out.println(c);
public static WmoTemplateTable.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-2012 UCAR/Unidata. All Rights Reserved.