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