Uses of Enum Class
com.google.protobuf.GeneratedMessageLite.MethodToInvoke
Packages that use GeneratedMessageLite.MethodToInvoke
-
Uses of GeneratedMessageLite.MethodToInvoke in com.google.protobuf
Methods in com.google.protobuf that return GeneratedMessageLite.MethodToInvokeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static GeneratedMessageLite.MethodToInvoke[]
GeneratedMessageLite.MethodToInvoke.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.protobuf with parameters of type GeneratedMessageLite.MethodToInvokeModifier and TypeMethodDescriptionprotected abstract Object
GeneratedMessageLite.dynamicMethod
(GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) A method that implements different types of operations described inGeneratedMessageLite.MethodToInvoke
.