public static final class Descriptors.EnumValueDescriptor extends java.lang.Object implements Internal.EnumLite
Modifier and Type | Method and Description |
---|---|
Descriptors.FileDescriptor |
getFile()
Get the
Descriptors.FileDescriptor containing this descriptor. |
java.lang.String |
getFullName()
Get the value's fully-qualified name.
|
int |
getIndex()
Get the index of this descriptor within its parent.
|
java.lang.String |
getName()
Get the value's unqualified name.
|
int |
getNumber()
Get the value's number.
|
DescriptorProtos.EnumValueOptions |
getOptions()
Get the
EnumValueOptions , defined in descriptor.proto . |
Descriptors.EnumDescriptor |
getType()
Get the value's enum type.
|
DescriptorProtos.EnumValueDescriptorProto |
toProto()
Convert the descriptor to its protocol message representation.
|
public int getIndex()
Descriptors.Descriptor.getIndex()
public DescriptorProtos.EnumValueDescriptorProto toProto()
public java.lang.String getName()
public int getNumber()
getNumber
in interface Internal.EnumLite
public java.lang.String getFullName()
Descriptors.Descriptor.getFullName()
public Descriptors.FileDescriptor getFile()
Descriptors.FileDescriptor
containing this descriptor.public Descriptors.EnumDescriptor getType()
public DescriptorProtos.EnumValueOptions getOptions()
EnumValueOptions
, defined in descriptor.proto
.