public static enum GribCollectionImmutable.Type extends java.lang.Enum<GribCollectionImmutable.Type>
Enum Constant and Description |
---|
Analysis |
Best |
BestComplete |
GC |
MRC |
MRSTC |
SRC |
TP |
TwoD |
Modifier and Type | Method and Description |
---|---|
static GribCollectionImmutable.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GribCollectionImmutable.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GribCollectionImmutable.Type GC
public static final GribCollectionImmutable.Type SRC
public static final GribCollectionImmutable.Type MRC
public static final GribCollectionImmutable.Type MRSTC
public static final GribCollectionImmutable.Type TP
public static final GribCollectionImmutable.Type TwoD
public static final GribCollectionImmutable.Type Best
public static final GribCollectionImmutable.Type BestComplete
public static final GribCollectionImmutable.Type Analysis
public static GribCollectionImmutable.Type[] values()
for (GribCollectionImmutable.Type c : GribCollectionImmutable.Type.values()) System.out.println(c);
public static GribCollectionImmutable.Type 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