public static enum ReadModifyWriteRule.RuleCase extends java.lang.Enum<ReadModifyWriteRule.RuleCase> implements Internal.EnumLite
| Enum Constant and Description |
|---|
APPEND_VALUE |
INCREMENT_AMOUNT |
RULE_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static ReadModifyWriteRule.RuleCase |
forNumber(int value) |
int |
getNumber() |
static ReadModifyWriteRule.RuleCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ReadModifyWriteRule.RuleCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReadModifyWriteRule.RuleCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReadModifyWriteRule.RuleCase APPEND_VALUE
public static final ReadModifyWriteRule.RuleCase INCREMENT_AMOUNT
public static final ReadModifyWriteRule.RuleCase RULE_NOT_SET
public static ReadModifyWriteRule.RuleCase[] values()
for (ReadModifyWriteRule.RuleCase c : ReadModifyWriteRule.RuleCase.values()) System.out.println(c);
public static ReadModifyWriteRule.RuleCase valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null@Deprecated public static ReadModifyWriteRule.RuleCase valueOf(int value)
forNumber(int) instead.public static ReadModifyWriteRule.RuleCase forNumber(int value)
public int getNumber()
getNumber in interface Internal.EnumLite