Package | Description |
---|---|
com.google.protobuf |
Modifier and Type | Method and Description |
---|---|
static GeneratedMessageLite.MethodToInvoke |
GeneratedMessageLite.MethodToInvoke.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeneratedMessageLite.MethodToInvoke[] |
GeneratedMessageLite.MethodToInvoke.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
GeneratedMessageLite.dynamicMethod(GeneratedMessageLite.MethodToInvoke method)
Same as
GeneratedMessageLite.dynamicMethod(MethodToInvoke, Object, Object) with null padding. |
protected Object |
GeneratedMessageLite.dynamicMethod(GeneratedMessageLite.MethodToInvoke method,
Object arg0)
Same as
GeneratedMessageLite.dynamicMethod(MethodToInvoke, Object, Object) with null padding. |
protected abstract Object |
GeneratedMessageLite.dynamicMethod(GeneratedMessageLite.MethodToInvoke method,
Object arg0,
Object arg1)
A method that implements different types of operations described in
GeneratedMessageLite.MethodToInvoke . |
Copyright © 2008–2021. All rights reserved.