public interface ProtocolMessageEnum extends Internal.EnumLite
Interface of useful methods added to all enums generated by the protocol compiler.
Implements
Internal.EnumLiteMethods
getDescriptorForType()
public abstract Descriptors.EnumDescriptor getDescriptorForType()
Return the enum type's descriptor, which contains information about each defined value, etc.
Returns | |
---|---|
Type | Description |
Descriptors.EnumDescriptor |
getNumber()
public abstract int getNumber()
Return the value's numeric value as defined in the .proto file.
Returns | |
---|---|
Type | Description |
int |
getValueDescriptor()
public abstract Descriptors.EnumValueDescriptor getValueDescriptor()
Return the value's descriptor, which contains information such as value name, number, and type.
Returns | |
---|---|
Type | Description |
Descriptors.EnumValueDescriptor |