Package | Description |
---|---|
com.google.protobuf |
Modifier and Type | Field and Description |
---|---|
private Extension.ExtensionType |
GeneratedMessage.GeneratedExtension.extensionType |
Modifier and Type | Method and Description |
---|---|
protected Extension.ExtensionType |
GeneratedMessage.GeneratedExtension.getExtensionType() |
protected abstract Extension.ExtensionType |
Extension.getExtensionType() |
static Extension.ExtensionType |
Extension.ExtensionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Extension.ExtensionType[] |
Extension.ExtensionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private void |
ExtensionRegistry.add(ExtensionRegistry.ExtensionInfo extension,
Extension.ExtensionType extensionType) |
Constructor and Description |
---|
GeneratedExtension(GeneratedMessage.ExtensionDescriptorRetriever descriptorRetriever,
java.lang.Class singularType,
Message messageDefaultInstance,
Extension.ExtensionType extensionType) |