public static enum _ItemGetTypeResponse.ItemType extends java.lang.Enum<_ItemGetTypeResponse.ItemType> implements com.google.protobuf.ProtocolMessageEnum
cache_client._ItemGetTypeResponse.ItemType| Enum Constant and Description |
|---|
DICTIONARY
DICTIONARY = 1; |
LIST
LIST = 3; |
SCALAR
SCALAR = 0; |
SET
SET = 2; |
SORTED_SET
SORTED_SET = 4; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DICTIONARY_VALUE
DICTIONARY = 1; |
static int |
LIST_VALUE
LIST = 3; |
static int |
SCALAR_VALUE
SCALAR = 0; |
static int |
SET_VALUE
SET = 2; |
static int |
SORTED_SET_VALUE
SORTED_SET = 4; |
| Modifier and Type | Method and Description |
|---|---|
static _ItemGetTypeResponse.ItemType |
forNumber(int value) |
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<_ItemGetTypeResponse.ItemType> |
internalGetValueMap() |
static _ItemGetTypeResponse.ItemType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static _ItemGetTypeResponse.ItemType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static _ItemGetTypeResponse.ItemType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static _ItemGetTypeResponse.ItemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final _ItemGetTypeResponse.ItemType SCALAR
SCALAR = 0;public static final _ItemGetTypeResponse.ItemType DICTIONARY
DICTIONARY = 1;public static final _ItemGetTypeResponse.ItemType SET
SET = 2;public static final _ItemGetTypeResponse.ItemType LIST
LIST = 3;public static final _ItemGetTypeResponse.ItemType SORTED_SET
SORTED_SET = 4;public static final _ItemGetTypeResponse.ItemType UNRECOGNIZED
public static final int SCALAR_VALUE
SCALAR = 0;public static final int DICTIONARY_VALUE
DICTIONARY = 1;public static final int SET_VALUE
SET = 2;public static final int LIST_VALUE
LIST = 3;public static final int SORTED_SET_VALUE
SORTED_SET = 4;public static _ItemGetTypeResponse.ItemType[] values()
for (_ItemGetTypeResponse.ItemType c : _ItemGetTypeResponse.ItemType.values()) System.out.println(c);
public static _ItemGetTypeResponse.ItemType 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 nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static _ItemGetTypeResponse.ItemType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static _ItemGetTypeResponse.ItemType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<_ItemGetTypeResponse.ItemType> 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 _ItemGetTypeResponse.ItemType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)