public static enum CqQuery.DisplayField.Aggregation extends Enum<CqQuery.DisplayField.Aggregation> implements com.ibm.rational.wvcm.stpex.StpExEnumeration
| Enum Constant and Description |
|---|
AVERAGE
The average of the field values associated with this column
|
COUNT
The number of non-null field values associated with this
column.
|
MAXIMUM
The maximum value of the field values associated with this column
|
MINIMUM
The minimum value of the field values associated with this column
|
NO_AGGREGATION
The column is not aggregated
|
SUM
The sum of the field values associated with his column
|
| Modifier and Type | Method and Description |
|---|---|
static CqQuery.DisplayField.Aggregation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CqQuery.DisplayField.Aggregation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CqQuery.DisplayField.Aggregation AVERAGE
public static final CqQuery.DisplayField.Aggregation COUNT
public static final CqQuery.DisplayField.Aggregation MAXIMUM
public static final CqQuery.DisplayField.Aggregation MINIMUM
public static final CqQuery.DisplayField.Aggregation NO_AGGREGATION
public static final CqQuery.DisplayField.Aggregation SUM
public static CqQuery.DisplayField.Aggregation 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 nullpublic static CqQuery.DisplayField.Aggregation[] values()
for (CqQuery.DisplayField.Aggregation c : CqQuery.DisplayField.Aggregation.values()) System.out.println(c);
Copyright © IBM 2018. All rights reserved.