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