Public Member Functions | |
abstract Type | getDefaultValue () |
abstract WireFormat.FieldType | getLiteType () |
abstract MessageLite | getMessageDefaultInstance () |
abstract int | getNumber () |
abstract boolean | isRepeated () |
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.
Definition at line 39 of file ExtensionLite.java.
|
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.