public static enum FilterProtos.FilterList.Operator extends Enum<FilterProtos.FilterList.Operator> implements com.google.protobuf.ProtocolMessageEnum
hbase.pb.FilterList.Operator| Enum Constant and Description |
|---|
MUST_PASS_ALL
MUST_PASS_ALL = 1; |
MUST_PASS_ONE
MUST_PASS_ONE = 2; |
| Modifier and Type | Field and Description |
|---|---|
static int |
MUST_PASS_ALL_VALUE
MUST_PASS_ALL = 1; |
static int |
MUST_PASS_ONE_VALUE
MUST_PASS_ONE = 2; |
| 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<FilterProtos.FilterList.Operator> |
internalGetValueMap() |
static FilterProtos.FilterList.Operator |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FilterProtos.FilterList.Operator |
valueOf(int value) |
static FilterProtos.FilterList.Operator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterProtos.FilterList.Operator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilterProtos.FilterList.Operator MUST_PASS_ALL
MUST_PASS_ALL = 1;public static final FilterProtos.FilterList.Operator MUST_PASS_ONE
MUST_PASS_ONE = 2;public static final int MUST_PASS_ALL_VALUE
MUST_PASS_ALL = 1;public static final int MUST_PASS_ONE_VALUE
MUST_PASS_ONE = 2;public static FilterProtos.FilterList.Operator[] values()
for (FilterProtos.FilterList.Operator c : FilterProtos.FilterList.Operator.values()) System.out.println(c);
public static FilterProtos.FilterList.Operator 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 FilterProtos.FilterList.Operator valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<FilterProtos.FilterList.Operator> 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 FilterProtos.FilterList.Operator valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2007–2019 Cloudera. All rights reserved.