public static enum TransformationAssertion.MessageType extends Enum<TransformationAssertion.MessageType>
| Modifier and Type | Method and Description |
|---|---|
static TransformationAssertion.MessageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransformationAssertion.MessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransformationAssertion.MessageType request
public static final TransformationAssertion.MessageType response
public static final TransformationAssertion.MessageType all
public static final TransformationAssertion.MessageType none
public static TransformationAssertion.MessageType[] values()
for (TransformationAssertion.MessageType c : TransformationAssertion.MessageType.values()) System.out.println(c);
public static TransformationAssertion.MessageType 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 nullCopyright © 2011–2016 Talend Inc.. All rights reserved.