java.io.Serializable, java.lang.Comparable<OCCAppraisalVariables>public enum OCCAppraisalVariables extends java.lang.Enum<OCCAppraisalVariables>
| Enum Constant | Description |
|---|---|
DESFOROTHER |
|
DESIRABILITY |
|
FAILUREPROBABILITY |
|
GOALCONDUCIVENESS |
|
GOALSTATUS |
|
LIKE |
|
PRAISEWORTHINESS |
|
SUCCESSPROBABILITY |
| Modifier and Type | Method | Description |
|---|---|---|
static OCCAppraisalVariables |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static OCCAppraisalVariables[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OCCAppraisalVariables DESIRABILITY
public static final OCCAppraisalVariables PRAISEWORTHINESS
public static final OCCAppraisalVariables DESFOROTHER
public static final OCCAppraisalVariables LIKE
public static final OCCAppraisalVariables GOALCONDUCIVENESS
public static final OCCAppraisalVariables SUCCESSPROBABILITY
public static final OCCAppraisalVariables FAILUREPROBABILITY
public static final OCCAppraisalVariables GOALSTATUS
public static OCCAppraisalVariables[] values()
for (OCCAppraisalVariables c : OCCAppraisalVariables.values()) System.out.println(c);
public static OCCAppraisalVariables 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 null