Uses of Class
com.google.protobuf.Extension.ExtensionType
-
Packages that use Extension.ExtensionType Package Description com.google.protobuf -
-
Uses of Extension.ExtensionType in com.google.protobuf
Methods in com.google.protobuf that return Extension.ExtensionType Modifier and Type Method Description protected abstract Extension.ExtensionTypeExtension. getExtensionType()protected Extension.ExtensionTypeGeneratedMessage.GeneratedExtension. getExtensionType()static Extension.ExtensionTypeExtension.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.
-