org.talend.esb.policy.transformation
Enum TransformationAssertion.AppliesToType
java.lang.Object
java.lang.Enum<TransformationAssertion.AppliesToType>
org.talend.esb.policy.transformation.TransformationAssertion.AppliesToType
- All Implemented Interfaces:
- Serializable, Comparable<TransformationAssertion.AppliesToType>
- Enclosing class:
- TransformationAssertion
public static enum TransformationAssertion.AppliesToType
- extends Enum<TransformationAssertion.AppliesToType>
consumer
public static final TransformationAssertion.AppliesToType consumer
provider
public static final TransformationAssertion.AppliesToType provider
always
public static final TransformationAssertion.AppliesToType always
none
public static final TransformationAssertion.AppliesToType none
values
public static TransformationAssertion.AppliesToType[] 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.AppliesToType c : TransformationAssertion.AppliesToType.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.AppliesToType 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.