public static enum ImputePhase.METHOD extends java.lang.Enum<ImputePhase.METHOD> implements CASActionOptions.EnumValue
| Enum Constant and Description |
|---|
MAX |
MEAN |
MEDIAN |
MIDRANGE |
MIN |
MODE |
RANDOM |
VALUE |
| Modifier and Type | Method and Description |
|---|---|
static ImputePhase.METHOD |
getByValue(java.lang.String value) |
java.lang.String |
getValue() |
static ImputePhase.METHOD |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImputePhase.METHOD[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImputePhase.METHOD MAX
public static final ImputePhase.METHOD MEAN
public static final ImputePhase.METHOD MEDIAN
public static final ImputePhase.METHOD MIDRANGE
public static final ImputePhase.METHOD MIN
public static final ImputePhase.METHOD MODE
public static final ImputePhase.METHOD RANDOM
public static final ImputePhase.METHOD VALUE
public static ImputePhase.METHOD[] values()
for (ImputePhase.METHOD c : ImputePhase.METHOD.values()) System.out.println(c);
public static ImputePhase.METHOD 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 ImputePhase.METHOD getByValue(java.lang.String value)