public static enum OtsInternalApi.OperationType extends Enum<OtsInternalApi.OperationType> implements com.google.protobuf.ProtocolMessageEnum
| Modifier and Type | Field and Description |
|---|---|
static int |
DELETE_VALUE |
static int |
PUT_VALUE |
static int |
UPDATE_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<OtsInternalApi.OperationType> |
internalGetValueMap() |
static OtsInternalApi.OperationType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static OtsInternalApi.OperationType |
valueOf(int value) |
static OtsInternalApi.OperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OtsInternalApi.OperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OtsInternalApi.OperationType PUT
public static final OtsInternalApi.OperationType UPDATE
public static final OtsInternalApi.OperationType DELETE
public static final int PUT_VALUE
public static final int UPDATE_VALUE
public static final int DELETE_VALUE
public static OtsInternalApi.OperationType[] values()
for (OtsInternalApi.OperationType c : OtsInternalApi.OperationType.values()) System.out.println(c);
public static OtsInternalApi.OperationType 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 nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static OtsInternalApi.OperationType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<OtsInternalApi.OperationType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static OtsInternalApi.OperationType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024. All Rights Reserved.