public static enum MessageReflection.MergeTarget.ContainerType extends java.lang.Enum<MessageReflection.MergeTarget.ContainerType>
| Enum Constant and Description |
|---|
EXTENSION_SET |
MESSAGE |
| Modifier and Type | Method and Description |
|---|---|
static MessageReflection.MergeTarget.ContainerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MessageReflection.MergeTarget.ContainerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageReflection.MergeTarget.ContainerType MESSAGE
public static final MessageReflection.MergeTarget.ContainerType EXTENSION_SET
public static MessageReflection.MergeTarget.ContainerType[] values()
for (MessageReflection.MergeTarget.ContainerType c : MessageReflection.MergeTarget.ContainerType.values()) System.out.println(c);
public static MessageReflection.MergeTarget.ContainerType 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