public static enum AggregatorFactory.FilterOperation extends Enum<AggregatorFactory.FilterOperation>
| Modifier and Type | Method and Description |
|---|---|
static AggregatorFactory.FilterOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregatorFactory.FilterOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AggregatorFactory.FilterOperation LTE
public static final AggregatorFactory.FilterOperation LT
public static final AggregatorFactory.FilterOperation GTE
public static final AggregatorFactory.FilterOperation GT
public static final AggregatorFactory.FilterOperation EQUAL
public static AggregatorFactory.FilterOperation[] values()
for (AggregatorFactory.FilterOperation c : AggregatorFactory.FilterOperation.values()) System.out.println(c);
public static AggregatorFactory.FilterOperation 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 nullCopyright © 2018. All rights reserved.