public static enum GeneratedMessageLite.MethodToInvoke extends 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_STREAM |
NEW_BUILDER |
NEW_MUTABLE_INSTANCE |
VISIT |
Modifier and Type | Method and Description |
---|---|
static GeneratedMessageLite.MethodToInvoke |
valueOf(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 GET_DEFAULT_INSTANCE
public static final GeneratedMessageLite.MethodToInvoke GET_PARSER
public static final GeneratedMessageLite.MethodToInvoke IS_INITIALIZED
public static final GeneratedMessageLite.MethodToInvoke MAKE_IMMUTABLE
public static final GeneratedMessageLite.MethodToInvoke MERGE_FROM_STREAM
public static final GeneratedMessageLite.MethodToInvoke NEW_BUILDER
public static final GeneratedMessageLite.MethodToInvoke NEW_MUTABLE_INSTANCE
public static final GeneratedMessageLite.MethodToInvoke VISIT
public static GeneratedMessageLite.MethodToInvoke valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static GeneratedMessageLite.MethodToInvoke[] values()
for (GeneratedMessageLite.MethodToInvoke c : GeneratedMessageLite.MethodToInvoke.values()) System.out.println(c);