org.talend.esb.policy.transformation
Enum TransformationAssertion.MessageType
java.lang.Object
java.lang.Enum<TransformationAssertion.MessageType>
org.talend.esb.policy.transformation.TransformationAssertion.MessageType
- All Implemented Interfaces:
- Serializable, Comparable<TransformationAssertion.MessageType>
- Enclosing class:
- TransformationAssertion
public static enum TransformationAssertion.MessageType
- extends Enum<TransformationAssertion.MessageType>
request
public static final TransformationAssertion.MessageType request
response
public static final TransformationAssertion.MessageType response
all
public static final TransformationAssertion.MessageType all
none
public static final TransformationAssertion.MessageType none
values
public static TransformationAssertion.MessageType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (TransformationAssertion.MessageType c : TransformationAssertion.MessageType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static TransformationAssertion.MessageType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2011–2014 Talend Inc.. All rights reserved.