public enum WFEvalType extends java.lang.Enum<WFEvalType>
IWFEvalUnit for more detail| Enum Constant and Description |
|---|
advancedLogicCondition
Evaluation unit for a set of conditions joined with logical operators.
|
calculation
Evaluation unit that calculates decimal, date, and string based on expression.
|
conditionGroup
Evaluation unit for a conditional group.
|
currency
Evaluation unit for a currency value.
|
date
Evaluation unit for a date value.
|
ifElse
Evaluation unit that selects one of two values based on the condition.
|
list
Evaluation unit for a list.
|
objectCount
Evaluation unit for an object count.
|
objectField
Evaluation unit for object field(s).
|
objects
Evaluation unit for object(s).
|
range
Evaluation unit that selects one of the value based on the range.
|
relationalCondition
Evaluation unit for a relational condition.
|
string
Evaluation unit for a string.
|
switches
Evaluation unit that selects one of the value among cases.
|
| Modifier and Type | Method and Description |
|---|---|
static WFEvalType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WFEvalType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WFEvalType string
IWFStringEvalpublic static final WFEvalType list
IWFListEvalpublic static final WFEvalType currency
IWFCurrencyEvalpublic static final WFEvalType date
IWFDateEvalpublic static final WFEvalType objectField
IWFObjectFieldEvalpublic static final WFEvalType objectCount
IWFObjectCountEvalpublic static final WFEvalType objects
IWFObjectsEvalpublic static final WFEvalType switches
IWFSwitchesEvalpublic static final WFEvalType ifElse
IWFIfElseEvalpublic static final WFEvalType conditionGroup
IWFConditionGroupEvalpublic static final WFEvalType advancedLogicCondition
IWFAdvancedLogicConditionEvalpublic static final WFEvalType relationalCondition
IWFRelationalConditionEvalpublic static final WFEvalType calculation
IWFCalculationEvalpublic static final WFEvalType range
IWFRangeEvalpublic static WFEvalType[] values()
for (WFEvalType c : WFEvalType.values()) System.out.println(c);
public static WFEvalType 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 null
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2020. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.