webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Public Member Functions | |
abstract int | getNumber () |
abstract WireFormat.FieldType | getLiteType () |
abstract boolean | isRepeated () |
abstract Type | getDefaultValue () |
abstract MessageLite | getMessageDefaultInstance () |
Lite interface that generated extensions implement.
Methods are for use by generated code only. You can hold a reference to extensions using this type name.
|
abstract |
Returns the default value of the extension field.
|
abstract |
Returns the type of the field.
|
abstract |
Returns the default instance of the extension field, if it's a message extension.
|
abstract |
Returns the field number of the extension.
|
abstract |
Returns whether it is a repeated field.