public enum YAWLReductionRuleType extends java.lang.Enum<YAWLReductionRuleType>
Enum Constant and Description |
---|
ELPY |
ELTY |
FAND |
FAPY |
FATY |
FIE |
FOR |
FPPY |
FPTY |
FSPY |
FSTY |
FXOR |
Modifier and Type | Method and Description |
---|---|
YAWLReductionRule |
getRule() |
static YAWLReductionRuleType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static YAWLReductionRuleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YAWLReductionRuleType FSPY
public static final YAWLReductionRuleType FSTY
public static final YAWLReductionRuleType FPPY
public static final YAWLReductionRuleType FPTY
public static final YAWLReductionRuleType FAPY
public static final YAWLReductionRuleType FATY
public static final YAWLReductionRuleType ELTY
public static final YAWLReductionRuleType ELPY
public static final YAWLReductionRuleType FXOR
public static final YAWLReductionRuleType FAND
public static final YAWLReductionRuleType FIE
public static final YAWLReductionRuleType FOR
public static YAWLReductionRuleType[] values()
for (YAWLReductionRuleType c : YAWLReductionRuleType.values()) System.out.println(c);
public static YAWLReductionRuleType 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 nullpublic YAWLReductionRule getRule()