public static enum ExprSubselectNode.SubqueryAggregationType extends Enum<ExprSubselectNode.SubqueryAggregationType>
Enum Constant and Description |
---|
FULLY_AGGREGATED_NOPROPS |
FULLY_AGGREGATED_WPROPS |
NONE |
Modifier and Type | Method and Description |
---|---|
static ExprSubselectNode.SubqueryAggregationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExprSubselectNode.SubqueryAggregationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExprSubselectNode.SubqueryAggregationType NONE
public static final ExprSubselectNode.SubqueryAggregationType FULLY_AGGREGATED_NOPROPS
public static final ExprSubselectNode.SubqueryAggregationType FULLY_AGGREGATED_WPROPS
public static ExprSubselectNode.SubqueryAggregationType[] values()
for (ExprSubselectNode.SubqueryAggregationType c : ExprSubselectNode.SubqueryAggregationType.values()) System.out.println(c);
public static ExprSubselectNode.SubqueryAggregationType 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 null