Uses of Enum Class
com.google.protobuf.GeneratedMessageLite.MethodToInvoke
Packages that use GeneratedMessageLite.MethodToInvoke
-
Uses of GeneratedMessageLite.MethodToInvoke in com.google.protobuf
Subclasses with type arguments of type GeneratedMessageLite.MethodToInvoke in com.google.protobufModifier and TypeClassDescriptionstatic enumDefines which method path to invoke in#dynamicMethod(MethodToInvoke, Object...).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 ObjectGeneratedMessageLite.dynamicMethod(GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) A method that implements different types of operations described inGeneratedMessageLite.MethodToInvoke.