public static enum ZParams.Aggregate extends Enum<ZParams.Aggregate>
| Modifier and Type | Field and Description |
|---|---|
byte[] |
raw |
| Modifier and Type | Method and Description |
|---|---|
static ZParams.Aggregate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZParams.Aggregate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZParams.Aggregate SUM
public static final ZParams.Aggregate MIN
public static final ZParams.Aggregate MAX
public static ZParams.Aggregate[] values()
for (ZParams.Aggregate c : ZParams.Aggregate.values()) System.out.println(c);
public static ZParams.Aggregate 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 nullProcessing library Redis by Darius Morawiec. (c) 2015