public static enum FSProtos.Reference.Range extends Enum<FSProtos.Reference.Range> implements org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnum
hbase.pb.Reference.Range| Modifier and Type | Field and Description |
|---|---|
static int |
BOTTOM_VALUE
BOTTOM = 1; |
static int |
TOP_VALUE
TOP = 0; |
| Modifier and Type | Method and Description |
|---|---|
static FSProtos.Reference.Range |
forNumber(int value) |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLiteMap<FSProtos.Reference.Range> |
internalGetValueMap() |
static FSProtos.Reference.Range |
valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FSProtos.Reference.Range |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FSProtos.Reference.Range |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FSProtos.Reference.Range[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FSProtos.Reference.Range TOP
TOP = 0;public static final FSProtos.Reference.Range BOTTOM
BOTTOM = 1;public static final int TOP_VALUE
TOP = 0;public static final int BOTTOM_VALUE
BOTTOM = 1;public static FSProtos.Reference.Range[] values()
for (FSProtos.Reference.Range c : FSProtos.Reference.Range.values()) System.out.println(c);
public static FSProtos.Reference.Range 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 org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLitegetNumber in interface org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnum@Deprecated public static FSProtos.Reference.Range valueOf(int value)
forNumber(int) instead.public static FSProtos.Reference.Range forNumber(int value)
public static org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLiteMap<FSProtos.Reference.Range> internalGetValueMap()
public final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnumpublic final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnumpublic static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static FSProtos.Reference.Range valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2007–2019 Cloudera. All rights reserved.