|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AccessControlProtos.Permission.Type>
org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.Permission.Type
public static enum AccessControlProtos.Permission.Type
Protobuf enum Permission.Type
Enum Constant Summary | |
---|---|
Global
Global = 1; |
|
Namespace
Namespace = 2; |
|
Table
Table = 3; |
Field Summary | |
---|---|
static int |
Global_VALUE
Global = 1; |
static int |
Namespace_VALUE
Namespace = 2; |
static int |
Table_VALUE
Table = 3; |
Method Summary | |
---|---|
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<AccessControlProtos.Permission.Type> |
internalGetValueMap()
|
static AccessControlProtos.Permission.Type |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
|
static AccessControlProtos.Permission.Type |
valueOf(int value)
|
static AccessControlProtos.Permission.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AccessControlProtos.Permission.Type[] |
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 AccessControlProtos.Permission.Type Global
Global = 1;
public static final AccessControlProtos.Permission.Type Namespace
Namespace = 2;
public static final AccessControlProtos.Permission.Type Table
Table = 3;
Field Detail |
---|
public static final int Global_VALUE
Global = 1;
public static final int Namespace_VALUE
Namespace = 2;
public static final int Table_VALUE
Table = 3;
Method Detail |
---|
public static AccessControlProtos.Permission.Type[] values()
for (AccessControlProtos.Permission.Type c : AccessControlProtos.Permission.Type.values()) System.out.println(c);
public static AccessControlProtos.Permission.Type 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
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
public static AccessControlProtos.Permission.Type valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<AccessControlProtos.Permission.Type> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static AccessControlProtos.Permission.Type valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |