Public Member Functions | |
EnumDescriptor | getDescriptorForType () |
EnumDescriptor | getDescriptorForType () |
int | getNumber () |
int | getNumber () |
EnumValueDescriptor | getValueDescriptor () |
EnumValueDescriptor | getValueDescriptor () |
Interface of useful methods added to all enums generated by the protocol compiler.
Definition at line 37 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ProtocolMessageEnum.java.
EnumDescriptor com.google.protobuf.ProtocolMessageEnum.getDescriptorForType | ( | ) |
Return the enum type's descriptor, which contains information about each defined value, etc.
EnumDescriptor com.google.protobuf.ProtocolMessageEnum.getDescriptorForType | ( | ) |
Return the enum type's descriptor, which contains information about each defined value, etc.
int com.google.protobuf.ProtocolMessageEnum.getNumber | ( | ) |
Return the value's numeric value as defined in the .proto file.
Implements com.google.protobuf.Internal.EnumLite.
int com.google.protobuf.ProtocolMessageEnum.getNumber | ( | ) |
Return the value's numeric value as defined in the .proto file.
Implements com.google.protobuf.Internal.EnumLite.
EnumValueDescriptor com.google.protobuf.ProtocolMessageEnum.getValueDescriptor | ( | ) |
Return the value's descriptor, which contains information such as value name, number, and type.
EnumValueDescriptor com.google.protobuf.ProtocolMessageEnum.getValueDescriptor | ( | ) |
Return the value's descriptor, which contains information such as value name, number, and type.