public static enum Aggregation.GroupType extends Enum<Aggregation.GroupType>
Enum Constant and Description |
---|
Cube |
EmptySet |
OrdinaryGroup |
Rollup |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Aggregation.GroupType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Aggregation.GroupType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Aggregation.GroupType OrdinaryGroup
public static final Aggregation.GroupType Cube
public static final Aggregation.GroupType Rollup
public static final Aggregation.GroupType EmptySet
public static Aggregation.GroupType[] values()
for (Aggregation.GroupType c : Aggregation.GroupType.values()) System.out.println(c);
public static Aggregation.GroupType 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<Aggregation.GroupType>
Copyright © 2014 Apache Software Foundation. All Rights Reserved.