public enum FacetAggregation extends Enum<FacetAggregation>
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static FacetAggregation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FacetAggregation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FacetAggregation NONE
public static final FacetAggregation COUNT
public static final FacetAggregation MAX
public static final FacetAggregation MIN
public static final FacetAggregation AVERAGE
public static final FacetAggregation SUM
public static FacetAggregation[] values()
for (FacetAggregation c : FacetAggregation.values()) System.out.println(c);
public static FacetAggregation 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 int getValue()
Copyright © 2016. All Rights Reserved.