public static enum GeneratedMessageLite.MethodToInvoke extends java.lang.Enum<GeneratedMessageLite.MethodToInvoke>
#dynamicMethod(MethodToInvoke, Object...).
For use by generated code only.
| Enum Constant and Description |
|---|
GET_DEFAULT_INSTANCE |
GET_PARSER |
IS_INITIALIZED |
MAKE_IMMUTABLE |
MERGE_FROM |
NEW_BUILDER |
NEW_INSTANCE |
PARSE_PARTIAL_FROM |
| Modifier and Type | Method and Description |
|---|---|
static GeneratedMessageLite.MethodToInvoke |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GeneratedMessageLite.MethodToInvoke[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeneratedMessageLite.MethodToInvoke IS_INITIALIZED
public static final GeneratedMessageLite.MethodToInvoke PARSE_PARTIAL_FROM
public static final GeneratedMessageLite.MethodToInvoke MERGE_FROM
public static final GeneratedMessageLite.MethodToInvoke MAKE_IMMUTABLE
public static final GeneratedMessageLite.MethodToInvoke NEW_INSTANCE
public static final GeneratedMessageLite.MethodToInvoke NEW_BUILDER
public static final GeneratedMessageLite.MethodToInvoke GET_DEFAULT_INSTANCE
public static final GeneratedMessageLite.MethodToInvoke GET_PARSER
public static GeneratedMessageLite.MethodToInvoke[] values()
for (GeneratedMessageLite.MethodToInvoke c : GeneratedMessageLite.MethodToInvoke.values()) System.out.println(c);
public static GeneratedMessageLite.MethodToInvoke valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null