public static enum RiakKvPB.RpbIndexReq.IndexQueryType extends Enum<RiakKvPB.RpbIndexReq.IndexQueryType> implements com.google.protobuf.ProtocolMessageEnum
RpbIndexReq.IndexQueryType| Modifier and Type | Field and Description |
|---|---|
static int |
eq_VALUE
eq = 0; |
static int |
range_VALUE
range = 1; |
| 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<RiakKvPB.RpbIndexReq.IndexQueryType> |
internalGetValueMap() |
static RiakKvPB.RpbIndexReq.IndexQueryType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RiakKvPB.RpbIndexReq.IndexQueryType |
valueOf(int value) |
static RiakKvPB.RpbIndexReq.IndexQueryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RiakKvPB.RpbIndexReq.IndexQueryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RiakKvPB.RpbIndexReq.IndexQueryType eq
eq = 0;public static final RiakKvPB.RpbIndexReq.IndexQueryType range
range = 1;public static final int eq_VALUE
eq = 0;public static final int range_VALUE
range = 1;public static RiakKvPB.RpbIndexReq.IndexQueryType[] values()
for (RiakKvPB.RpbIndexReq.IndexQueryType c : RiakKvPB.RpbIndexReq.IndexQueryType.values()) System.out.println(c);
public static RiakKvPB.RpbIndexReq.IndexQueryType 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 RiakKvPB.RpbIndexReq.IndexQueryType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<RiakKvPB.RpbIndexReq.IndexQueryType> 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 RiakKvPB.RpbIndexReq.IndexQueryType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2016. All rights reserved.