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