public enum ModelVariablesType extends java.lang.Enum<ModelVariablesType>
Enum Constant and Description |
---|
NON_CONTROLLABLE |
NON_DISCRETIONARY |
NON_DISCRETIONARY_NON_CONTROLLABLE |
STANDARD |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
java.lang.String |
getName() |
static ModelVariablesType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModelVariablesType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelVariablesType STANDARD
public static final ModelVariablesType NON_DISCRETIONARY
public static final ModelVariablesType NON_CONTROLLABLE
public static final ModelVariablesType NON_DISCRETIONARY_NON_CONTROLLABLE
public static ModelVariablesType[] values()
for (ModelVariablesType c : ModelVariablesType.values()) System.out.println(c);
public static ModelVariablesType 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 getDescription()
public java.lang.String getName()