public static enum Grib2Table.Type extends Enum<Grib2Table.Type>
| Enum Constant and Description |
|---|
test |
| Modifier and Type | Method and Description |
|---|---|
static Grib2Table.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Grib2Table.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Grib2Table.Type test
public static Grib2Table.Type[] values()
for (Grib2Table.Type c : Grib2Table.Type.values()) System.out.println(c);
public static Grib2Table.Type 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–2014 UCAR/Unidata. All rights reserved.