public static enum RedisZSetCommands.Aggregate extends Enum<RedisZSetCommands.Aggregate>
Modifier and Type | Method and Description |
---|---|
static RedisZSetCommands.Aggregate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedisZSetCommands.Aggregate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RedisZSetCommands.Aggregate SUM
public static final RedisZSetCommands.Aggregate MIN
public static final RedisZSetCommands.Aggregate MAX
public static RedisZSetCommands.Aggregate[] values()
for (RedisZSetCommands.Aggregate c : RedisZSetCommands.Aggregate.values()) System.out.println(c);
public static RedisZSetCommands.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 nullCopyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.