public static enum TransformationAssertion.AppliesToType extends Enum<TransformationAssertion.AppliesToType>
| Modifier and Type | Method and Description |
|---|---|
static TransformationAssertion.AppliesToType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransformationAssertion.AppliesToType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransformationAssertion.AppliesToType consumer
public static final TransformationAssertion.AppliesToType provider
public static final TransformationAssertion.AppliesToType always
public static final TransformationAssertion.AppliesToType none
public static TransformationAssertion.AppliesToType[] values()
for (TransformationAssertion.AppliesToType c : TransformationAssertion.AppliesToType.values()) System.out.println(c);
public static TransformationAssertion.AppliesToType 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.