public static enum SummaryOptions.SUBSET extends java.lang.Enum<SummaryOptions.SUBSET> implements CASActionOptions.EnumValue
Enum Constant and Description |
---|
CSS |
CV |
MAX |
MEAN |
MIN |
N |
NMISS |
PROBT |
STD |
STDERR |
SUM |
T |
TSTAT |
USS |
VAR |
Modifier and Type | Method and Description |
---|---|
static SummaryOptions.SUBSET |
getByValue(java.lang.String value) |
java.lang.String |
getValue() |
static SummaryOptions.SUBSET |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SummaryOptions.SUBSET[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SummaryOptions.SUBSET CSS
public static final SummaryOptions.SUBSET CV
public static final SummaryOptions.SUBSET MAX
public static final SummaryOptions.SUBSET MEAN
public static final SummaryOptions.SUBSET MIN
public static final SummaryOptions.SUBSET N
public static final SummaryOptions.SUBSET NMISS
public static final SummaryOptions.SUBSET PROBT
public static final SummaryOptions.SUBSET STD
public static final SummaryOptions.SUBSET STDERR
public static final SummaryOptions.SUBSET SUM
public static final SummaryOptions.SUBSET T
public static final SummaryOptions.SUBSET TSTAT
public static final SummaryOptions.SUBSET USS
public static final SummaryOptions.SUBSET VAR
public static SummaryOptions.SUBSET[] values()
for (SummaryOptions.SUBSET c : SummaryOptions.SUBSET.values()) System.out.println(c);
public static SummaryOptions.SUBSET 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 SummaryOptions.SUBSET getByValue(java.lang.String value)