webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Public Member Functions | |
int | getNumber () |
EnumValueDescriptor | getValueDescriptor () |
EnumDescriptor | getDescriptorForType () |
Interface of useful methods added to all enums generated by the protocol compiler.
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.
EnumValueDescriptor com.google.protobuf.ProtocolMessageEnum.getValueDescriptor | ( | ) |
Return the value's descriptor, which contains information such as value name, number, and type.