public static enum VerticalCT.Type extends Enum<VerticalCT.Type>
Enum Constant and Description |
---|
Existing3DField |
HybridHeight |
HybridSigmaPressure |
LnPressure |
OceanS |
OceanSG1 |
OceanSG2 |
OceanSigma |
Sigma |
Sleve |
WRFEta |
Modifier and Type | Method and Description |
---|---|
static VerticalCT.Type |
getType(String name)
Find the VerticalCT.Type that matches this name.
|
String |
toString() |
static VerticalCT.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VerticalCT.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VerticalCT.Type HybridSigmaPressure
public static final VerticalCT.Type HybridHeight
public static final VerticalCT.Type LnPressure
public static final VerticalCT.Type OceanSigma
public static final VerticalCT.Type OceanS
public static final VerticalCT.Type Sleve
public static final VerticalCT.Type Sigma
public static final VerticalCT.Type OceanSG1
public static final VerticalCT.Type OceanSG2
public static final VerticalCT.Type Existing3DField
public static final VerticalCT.Type WRFEta
public static VerticalCT.Type[] values()
for (VerticalCT.Type c : VerticalCT.Type.values()) System.out.println(c);
public static VerticalCT.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 nullpublic static VerticalCT.Type getType(String name)
name
- find this namepublic String toString()
toString
in class Enum<VerticalCT.Type>