public static enum CMOperator.AggregateOperationTypes extends Enum<CMOperator.AggregateOperationTypes>
Enum Constant and Description |
---|
CM2 |
CM3 |
CM4 |
COUNT |
INVALID |
MEAN |
SUM |
VARIANCE |
Modifier and Type | Method and Description |
---|---|
static CMOperator.AggregateOperationTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CMOperator.AggregateOperationTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CMOperator.AggregateOperationTypes SUM
public static final CMOperator.AggregateOperationTypes COUNT
public static final CMOperator.AggregateOperationTypes MEAN
public static final CMOperator.AggregateOperationTypes CM2
public static final CMOperator.AggregateOperationTypes CM3
public static final CMOperator.AggregateOperationTypes CM4
public static final CMOperator.AggregateOperationTypes VARIANCE
public static final CMOperator.AggregateOperationTypes INVALID
public static CMOperator.AggregateOperationTypes[] values()
for (CMOperator.AggregateOperationTypes c : CMOperator.AggregateOperationTypes.values()) System.out.println(c);
public static CMOperator.AggregateOperationTypes valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2022 The Apache Software Foundation. All rights reserved.