public static enum FileSystemProto.Attribute.Type extends Enum<FileSystemProto.Attribute.Type> implements com.google.protobuf.ProtocolMessageEnum
Enum Constant and Description |
---|
BYTE |
DOUBLE |
FLOAT |
INT |
LONG |
SHORT |
STRING |
Modifier and Type | Field and Description |
---|---|
static int |
BYTE_VALUE |
static int |
DOUBLE_VALUE |
static int |
FLOAT_VALUE |
static int |
INT_VALUE |
static int |
LONG_VALUE |
static int |
SHORT_VALUE |
static int |
STRING_VALUE |
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<FileSystemProto.Attribute.Type> |
internalGetValueMap() |
static FileSystemProto.Attribute.Type |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FileSystemProto.Attribute.Type |
valueOf(int value) |
static FileSystemProto.Attribute.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileSystemProto.Attribute.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileSystemProto.Attribute.Type STRING
public static final FileSystemProto.Attribute.Type BYTE
public static final FileSystemProto.Attribute.Type SHORT
public static final FileSystemProto.Attribute.Type INT
public static final FileSystemProto.Attribute.Type LONG
public static final FileSystemProto.Attribute.Type FLOAT
public static final FileSystemProto.Attribute.Type DOUBLE
public static final int STRING_VALUE
public static final int BYTE_VALUE
public static final int SHORT_VALUE
public static final int INT_VALUE
public static final int LONG_VALUE
public static final int FLOAT_VALUE
public static final int DOUBLE_VALUE
public static FileSystemProto.Attribute.Type[] values()
for (FileSystemProto.Attribute.Type c : FileSystemProto.Attribute.Type.values()) System.out.println(c);
public static FileSystemProto.Attribute.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 nameNullPointerException
- 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 FileSystemProto.Attribute.Type valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<FileSystemProto.Attribute.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 FileSystemProto.Attribute.Type valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 1999–2013 UCAR/Unidata. All rights reserved.