public static enum ComparatorPB.BitComparator.BitwiseOp extends Enum<ComparatorPB.BitComparator.BitwiseOp> implements com.google.protobuf.Internal.EnumLite
BitComparator.BitwiseOp
Enum Constant and Description |
---|
AND
AND = 1; |
OR
OR = 2; |
XOR
XOR = 3; |
Modifier and Type | Field and Description |
---|---|
static int |
AND_VALUE
AND = 1; |
static int |
OR_VALUE
OR = 2; |
static int |
XOR_VALUE
XOR = 3; |
Modifier and Type | Method and Description |
---|---|
int |
getNumber() |
static com.google.protobuf.Internal.EnumLiteMap<ComparatorPB.BitComparator.BitwiseOp> |
internalGetValueMap() |
static ComparatorPB.BitComparator.BitwiseOp |
valueOf(int value) |
static ComparatorPB.BitComparator.BitwiseOp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComparatorPB.BitComparator.BitwiseOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComparatorPB.BitComparator.BitwiseOp AND
AND = 1;
public static final ComparatorPB.BitComparator.BitwiseOp OR
OR = 2;
public static final ComparatorPB.BitComparator.BitwiseOp XOR
XOR = 3;
public static final int AND_VALUE
AND = 1;
public static final int OR_VALUE
OR = 2;
public static final int XOR_VALUE
XOR = 3;
public static ComparatorPB.BitComparator.BitwiseOp[] values()
for (ComparatorPB.BitComparator.BitwiseOp c : ComparatorPB.BitComparator.BitwiseOp.values()) System.out.println(c);
public static ComparatorPB.BitComparator.BitwiseOp 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.EnumLite
public static ComparatorPB.BitComparator.BitwiseOp valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<ComparatorPB.BitComparator.BitwiseOp> internalGetValueMap()
Copyright © 2010-2017, The Async HBase Authors