public static enum ASPOperator.AggregateFunction extends Enum<ASPOperator.AggregateFunction>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ASPOperator.AggregateFunction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ASPOperator.AggregateFunction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ASPOperator.AggregateFunction COUNT
public static final ASPOperator.AggregateFunction MAX
public static final ASPOperator.AggregateFunction MIN
public static final ASPOperator.AggregateFunction SUM
public static final ASPOperator.AggregateFunction SUM_PLUS
public static ASPOperator.AggregateFunction[] values()
for (ASPOperator.AggregateFunction c : ASPOperator.AggregateFunction.values()) System.out.println(c);
public static ASPOperator.AggregateFunction 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 String toString()
toString in class Enum<ASPOperator.AggregateFunction>Copyright © 2019. All rights reserved.