|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<HBasePB.CompareType>
org.hbase.async.generated.HBasePB.CompareType
public static enum HBasePB.CompareType
Protobuf enum CompareType
Comparison operators
Enum Constant Summary | |
---|---|
EQUAL
EQUAL = 2; |
|
GREATER
GREATER = 5; |
|
GREATER_OR_EQUAL
GREATER_OR_EQUAL = 4; |
|
LESS
LESS = 0; |
|
LESS_OR_EQUAL
LESS_OR_EQUAL = 1; |
|
NO_OP
NO_OP = 6; |
|
NOT_EQUAL
NOT_EQUAL = 3; |
Field Summary | |
---|---|
static int |
EQUAL_VALUE
EQUAL = 2; |
static int |
GREATER_OR_EQUAL_VALUE
GREATER_OR_EQUAL = 4; |
static int |
GREATER_VALUE
GREATER = 5; |
static int |
LESS_OR_EQUAL_VALUE
LESS_OR_EQUAL = 1; |
static int |
LESS_VALUE
LESS = 0; |
static int |
NO_OP_VALUE
NO_OP = 6; |
static int |
NOT_EQUAL_VALUE
NOT_EQUAL = 3; |
Method Summary | |
---|---|
int |
getNumber()
|
static com.google.protobuf.Internal.EnumLiteMap<HBasePB.CompareType> |
internalGetValueMap()
|
static HBasePB.CompareType |
valueOf(int value)
|
static HBasePB.CompareType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static HBasePB.CompareType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final HBasePB.CompareType LESS
LESS = 0;
public static final HBasePB.CompareType LESS_OR_EQUAL
LESS_OR_EQUAL = 1;
public static final HBasePB.CompareType EQUAL
EQUAL = 2;
public static final HBasePB.CompareType NOT_EQUAL
NOT_EQUAL = 3;
public static final HBasePB.CompareType GREATER_OR_EQUAL
GREATER_OR_EQUAL = 4;
public static final HBasePB.CompareType GREATER
GREATER = 5;
public static final HBasePB.CompareType NO_OP
NO_OP = 6;
Field Detail |
---|
public static final int LESS_VALUE
LESS = 0;
public static final int LESS_OR_EQUAL_VALUE
LESS_OR_EQUAL = 1;
public static final int EQUAL_VALUE
EQUAL = 2;
public static final int NOT_EQUAL_VALUE
NOT_EQUAL = 3;
public static final int GREATER_OR_EQUAL_VALUE
GREATER_OR_EQUAL = 4;
public static final int GREATER_VALUE
GREATER = 5;
public static final int NO_OP_VALUE
NO_OP = 6;
Method Detail |
---|
public static HBasePB.CompareType[] values()
for (HBasePB.CompareType c : HBasePB.CompareType.values()) System.out.println(c);
public static HBasePB.CompareType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
public static HBasePB.CompareType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<HBasePB.CompareType> internalGetValueMap()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |