public enum UfsPMode extends Enum<UfsPMode> implements com.google.protobuf.ProtocolMessageEnum
alluxio.grpc.file.UfsPMode
Enum Constant and Description |
---|
NO_ACCESS
NO_ACCESS = 1; |
READ_ONLY
READ_ONLY = 2; |
READ_WRITE
READ_WRITE = 3; |
Modifier and Type | Field and Description |
---|---|
static int |
NO_ACCESS_VALUE
NO_ACCESS = 1; |
static int |
READ_ONLY_VALUE
READ_ONLY = 2; |
static int |
READ_WRITE_VALUE
READ_WRITE = 3; |
Modifier and Type | Method and Description |
---|---|
static UfsPMode |
forNumber(int value) |
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<UfsPMode> |
internalGetValueMap() |
static UfsPMode |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static UfsPMode |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static UfsPMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UfsPMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UfsPMode NO_ACCESS
NO_ACCESS = 1;
public static final UfsPMode READ_ONLY
READ_ONLY = 2;
public static final UfsPMode READ_WRITE
READ_WRITE = 3;
public static final int NO_ACCESS_VALUE
NO_ACCESS = 1;
public static final int READ_ONLY_VALUE
READ_ONLY = 2;
public static final int READ_WRITE_VALUE
READ_WRITE = 3;
public static UfsPMode[] values()
for (UfsPMode c : UfsPMode.values()) System.out.println(c);
public static UfsPMode 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
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static UfsPMode valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static UfsPMode forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<UfsPMode> 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 UfsPMode valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023. All Rights Reserved.