public static enum Grib2Table.Type extends Enum<Grib2Table.Type>
Enum Constant and Description |
---|
dss |
gempak |
gsd |
kma |
mrms |
ncep |
ndfd |
wmo |
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 wmo
public static final Grib2Table.Type dss
public static final Grib2Table.Type gempak
public static final Grib2Table.Type gsd
public static final Grib2Table.Type kma
public static final Grib2Table.Type ncep
public static final Grib2Table.Type ndfd
public static final Grib2Table.Type mrms
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–2018 UCAR/Unidata. All rights reserved.