public static enum IPlanCondition.ConditionType extends Enum<IPlanCondition.ConditionType>
| Enum Constant and Description |
|---|
ArrayIteration |
BagDependency |
BooleanVariable |
Counter |
DecimalRange |
IsAvailable |
Timeout |
| Modifier and Type | Method and Description |
|---|---|
static IPlanCondition.ConditionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IPlanCondition.ConditionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IPlanCondition.ConditionType Counter
public static final IPlanCondition.ConditionType ArrayIteration
public static final IPlanCondition.ConditionType DecimalRange
public static final IPlanCondition.ConditionType IsAvailable
public static final IPlanCondition.ConditionType BagDependency
public static final IPlanCondition.ConditionType BooleanVariable
public static final IPlanCondition.ConditionType Timeout
public static IPlanCondition.ConditionType[] values()
for (IPlanCondition.ConditionType c : IPlanCondition.ConditionType.values()) System.out.println(c);
public static IPlanCondition.ConditionType 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 © 2015. All Rights Reserved.