public static enum AggregationSpecification.Kind extends java.lang.Enum<AggregationSpecification.Kind>
AggregationSpecification
kinds.Enum Constant and Description |
---|
AGGREGATE_BY_PK_PREFIX |
AGGREGATE_EVERYTHING |
Modifier and Type | Method and Description |
---|---|
static AggregationSpecification.Kind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AggregationSpecification.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AggregationSpecification.Kind AGGREGATE_EVERYTHING
public static final AggregationSpecification.Kind AGGREGATE_BY_PK_PREFIX
public static AggregationSpecification.Kind[] values()
for (AggregationSpecification.Kind c : AggregationSpecification.Kind.values()) System.out.println(c);
public static AggregationSpecification.Kind valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2009-2021 The Apache Software Foundation