public static enum LevelizeOptions.PARAM extends java.lang.Enum<LevelizeOptions.PARAM> implements CASActionOptions.EnumValue
Enum Constant and Description |
---|
BTH |
EFF |
GLM |
ORD |
ORTHBTH |
ORTHEFF |
ORTHORD |
ORTHPLY |
ORTHREF |
PLY |
REF |
Modifier and Type | Method and Description |
---|---|
static LevelizeOptions.PARAM |
getByValue(java.lang.String value) |
java.lang.String |
getValue() |
static LevelizeOptions.PARAM |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LevelizeOptions.PARAM[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LevelizeOptions.PARAM BTH
public static final LevelizeOptions.PARAM EFF
public static final LevelizeOptions.PARAM GLM
public static final LevelizeOptions.PARAM ORD
public static final LevelizeOptions.PARAM ORTHBTH
public static final LevelizeOptions.PARAM ORTHEFF
public static final LevelizeOptions.PARAM ORTHORD
public static final LevelizeOptions.PARAM ORTHPLY
public static final LevelizeOptions.PARAM ORTHREF
public static final LevelizeOptions.PARAM PLY
public static final LevelizeOptions.PARAM REF
public static LevelizeOptions.PARAM[] values()
for (LevelizeOptions.PARAM c : LevelizeOptions.PARAM.values()) System.out.println(c);
public static LevelizeOptions.PARAM 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 LevelizeOptions.PARAM getByValue(java.lang.String value)