public static enum BlupModelStmt.SPATYPE extends java.lang.Enum<BlupModelStmt.SPATYPE> implements CASActionOptions.EnumValue
Enum Constant and Description |
---|
EXP |
EXPA |
EXPGA |
GAU |
GAUGA |
LIN |
LINL |
LINP |
MAT |
MATHW |
POW |
POWA |
SPH |
SPHGA |
Modifier and Type | Method and Description |
---|---|
static BlupModelStmt.SPATYPE |
getByValue(java.lang.String value) |
java.lang.String |
getValue() |
static BlupModelStmt.SPATYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BlupModelStmt.SPATYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlupModelStmt.SPATYPE EXP
public static final BlupModelStmt.SPATYPE EXPA
public static final BlupModelStmt.SPATYPE EXPGA
public static final BlupModelStmt.SPATYPE GAU
public static final BlupModelStmt.SPATYPE GAUGA
public static final BlupModelStmt.SPATYPE LIN
public static final BlupModelStmt.SPATYPE LINL
public static final BlupModelStmt.SPATYPE LINP
public static final BlupModelStmt.SPATYPE MAT
public static final BlupModelStmt.SPATYPE MATHW
public static final BlupModelStmt.SPATYPE POW
public static final BlupModelStmt.SPATYPE POWA
public static final BlupModelStmt.SPATYPE SPH
public static final BlupModelStmt.SPATYPE SPHGA
public static BlupModelStmt.SPATYPE[] values()
for (BlupModelStmt.SPATYPE c : BlupModelStmt.SPATYPE.values()) System.out.println(c);
public static BlupModelStmt.SPATYPE 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 nullpublic java.lang.String getValue()
getValue
in interface CASActionOptions.EnumValue
public static BlupModelStmt.SPATYPE getByValue(java.lang.String value)