public static enum BinaryClient.LIST_POSITION extends Enum<BinaryClient.LIST_POSITION>
| Modifier and Type | Field and Description |
|---|---|
byte[] |
raw |
| Modifier and Type | Method and Description |
|---|---|
static BinaryClient.LIST_POSITION |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryClient.LIST_POSITION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BinaryClient.LIST_POSITION BEFORE
public static final BinaryClient.LIST_POSITION AFTER
public static BinaryClient.LIST_POSITION[] values()
for (BinaryClient.LIST_POSITION c : BinaryClient.LIST_POSITION.values()) System.out.println(c);
public static BinaryClient.LIST_POSITION 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