public interface IWFIfElseEval extends IWFEvalUnit
| Modifier and Type | Method and Description |
|---|---|
IWFConditionEval |
getCondition()
Returns the condition evaluation unit
|
IWFEvalUnit |
getFail()
Returns the evaluation unit that is executed when the condition is NOT met
|
IWFEvalUnit |
getPass()
Returns the evaluation unit that is executed when the condition is met
|
void |
setCondition(IWFConditionEval condition)
Assigns the condition evaluation unit
|
void |
setFail(IWFEvalUnit fail)
Assigns the evaluation unit that is executed when the condition is NOT met
|
void |
setPass(IWFEvalUnit pass)
Assigns the evaluation unit that is executed when the condition is met
|
getEvalTypeIWFConditionEval getCondition()
void setCondition(IWFConditionEval condition)
condition - IWFEvalUnit getPass()
void setPass(IWFEvalUnit pass)
pass - IWFEvalUnit getFail()
void setFail(IWFEvalUnit fail)
fail -
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.