public static enum KeyValueStateMachineProto.Transition.BodyCase extends java.lang.Enum<KeyValueStateMachineProto.Transition.BodyCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
BODY_NOT_SET |
CLEARTRANSIENTS |
RELEASELOCK |
REMOVEVALUE |
REQUESTLOCK |
SETVALUE |
TRYLOCK |
| Modifier and Type | Method and Description |
|---|---|
static KeyValueStateMachineProto.Transition.BodyCase |
forNumber(int value) |
int |
getNumber() |
static KeyValueStateMachineProto.Transition.BodyCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static KeyValueStateMachineProto.Transition.BodyCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KeyValueStateMachineProto.Transition.BodyCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeyValueStateMachineProto.Transition.BodyCase REQUESTLOCK
public static final KeyValueStateMachineProto.Transition.BodyCase TRYLOCK
public static final KeyValueStateMachineProto.Transition.BodyCase RELEASELOCK
public static final KeyValueStateMachineProto.Transition.BodyCase SETVALUE
public static final KeyValueStateMachineProto.Transition.BodyCase REMOVEVALUE
public static final KeyValueStateMachineProto.Transition.BodyCase CLEARTRANSIENTS
public static final KeyValueStateMachineProto.Transition.BodyCase BODY_NOT_SET
public static KeyValueStateMachineProto.Transition.BodyCase[] values()
for (KeyValueStateMachineProto.Transition.BodyCase c : KeyValueStateMachineProto.Transition.BodyCase.values()) System.out.println(c);
public static KeyValueStateMachineProto.Transition.BodyCase 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 KeyValueStateMachineProto.Transition.BodyCase valueOf(int value)
forNumber(int) instead.public static KeyValueStateMachineProto.Transition.BodyCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLite