Package com.google.protobuf
Class Descriptors.EnumValueDescriptor
java.lang.Object
com.google.protobuf.Descriptors.GenericDescriptor
com.google.protobuf.Descriptors.EnumValueDescriptor
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
- Enclosing class:
Descriptors
public static final class Descriptors.EnumValueDescriptor
extends Descriptors.GenericDescriptor
implements com.google.protobuf.Internal.EnumLite
Describes one value within an enum type. Note that multiple defined values may have the same
number. In generated Java code, all values with the same number after the first become aliases
of the first. However, they still have independent EnumValueDescriptors.
-
Method Summary
Modifier and TypeMethodDescriptiongetFile()
Get theDescriptors.FileDescriptor
containing this descriptor.Get the value's fully-qualified name.int
getIndex()
Get the index of this descriptor within its parent.getName()
Get the value's unqualified name.int
Get the value's number.Get theEnumValueOptions
, defined indescriptor.proto
.getType()
Get the value's enum type.toProto()
Convert the descriptor to its protocol message representation.toString()
-
Method Details
-
getIndex
public int getIndex()Get the index of this descriptor within its parent.- See Also:
-
toProto
Convert the descriptor to its protocol message representation.- Specified by:
toProto
in classDescriptors.GenericDescriptor
-
getName
Get the value's unqualified name.- Specified by:
getName
in classDescriptors.GenericDescriptor
-
getNumber
public int getNumber()Get the value's number.- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
-
toString
-
getFullName
Get the value's fully-qualified name.- Specified by:
getFullName
in classDescriptors.GenericDescriptor
- See Also:
-
getFile
Get theDescriptors.FileDescriptor
containing this descriptor.- Specified by:
getFile
in classDescriptors.GenericDescriptor
-
getType
Get the value's enum type. -
getOptions
Get theEnumValueOptions
, defined indescriptor.proto
.
-