public static enum Instrumentsmodel.TYPE extends java.lang.Enum<Instrumentsmodel.TYPE> implements CASActionOptions.EnumValue
| Enum Constant and Description |
|---|
CNTMODEL |
DISP |
ESTIMATE |
GROUP |
MEAN |
PROBABILITY |
RANDOM |
REPEATED |
SUBJECT |
UNSET |
ZERO |
| Modifier and Type | Method and Description |
|---|---|
static Instrumentsmodel.TYPE |
getByValue(java.lang.String value) |
java.lang.String |
getValue() |
static Instrumentsmodel.TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Instrumentsmodel.TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Instrumentsmodel.TYPE CNTMODEL
public static final Instrumentsmodel.TYPE DISP
public static final Instrumentsmodel.TYPE ESTIMATE
public static final Instrumentsmodel.TYPE GROUP
public static final Instrumentsmodel.TYPE MEAN
public static final Instrumentsmodel.TYPE PROBABILITY
public static final Instrumentsmodel.TYPE RANDOM
public static final Instrumentsmodel.TYPE REPEATED
public static final Instrumentsmodel.TYPE SUBJECT
public static final Instrumentsmodel.TYPE UNSET
public static final Instrumentsmodel.TYPE ZERO
public static Instrumentsmodel.TYPE[] values()
for (Instrumentsmodel.TYPE c : Instrumentsmodel.TYPE.values()) System.out.println(c);
public static Instrumentsmodel.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 nullpublic java.lang.String getValue()
getValue in interface CASActionOptions.EnumValuepublic static Instrumentsmodel.TYPE getByValue(java.lang.String value)