webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
com.google.protobuf.ProtocolMessageEnum Interface Reference
Inheritance diagram for com.google.protobuf.ProtocolMessageEnum:
com.google.protobuf.Internal.EnumLite

Public Member Functions

int getNumber ()
 
EnumValueDescriptor getValueDescriptor ()
 
EnumDescriptor getDescriptorForType ()
 

Detailed Description

Interface of useful methods added to all enums generated by the protocol compiler.

Member Function Documentation

◆ getDescriptorForType()

EnumDescriptor com.google.protobuf.ProtocolMessageEnum.getDescriptorForType ( )

Return the enum type's descriptor, which contains information about each defined value, etc.

◆ getNumber()

int com.google.protobuf.ProtocolMessageEnum.getNumber ( )

Return the value's numeric value as defined in the .proto file.

Implements com.google.protobuf.Internal.EnumLite.

◆ getValueDescriptor()

EnumValueDescriptor com.google.protobuf.ProtocolMessageEnum.getValueDescriptor ( )

Return the value's descriptor, which contains information such as value name, number, and type.


The documentation for this interface was generated from the following file: