public interface IWFSwitchesEval extends IWFEvalUnit
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IWFSwitchesEval.IWFSwitchCase
Interface that represents one case of the switch evaluation
|
| Modifier and Type | Method and Description |
|---|---|
IWFSwitchesEval.IWFSwitchCase |
createSwitchesEvalCase()
Create a new instance of
IWFSwitchesEval.IWFSwitchCase for switches evaluation unit |
java.util.List<IWFSwitchesEval.IWFSwitchCase> |
getCases()
Returns the list of case
|
IWFEvalUnit |
getDefaultValue()
Returns the default value evaluation unit
|
IWFEvalUnit |
getExpr()
Returns the 'expr' evaluation unit
|
void |
setCases(java.util.List<IWFSwitchesEval.IWFSwitchCase> cases)
Assigns the list of case
|
void |
setDefaultValue(IWFEvalUnit defaultValue)
Assigns the default value evaluation unit
|
void |
setExpr(IWFEvalUnit expr)
Assigns the 'expr' evaluation unit
|
getEvalTypeIWFEvalUnit getExpr()
void setExpr(IWFEvalUnit expr)
expr - java.util.List<IWFSwitchesEval.IWFSwitchCase> getCases()
void setCases(java.util.List<IWFSwitchesEval.IWFSwitchCase> cases)
cases - IWFSwitchesEval.IWFSwitchCase createSwitchesEvalCase()
IWFSwitchesEval.IWFSwitchCase for switches evaluation unitIWFEvalUnit getDefaultValue()
void setDefaultValue(IWFEvalUnit defaultValue)
defaultValue -
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.