public class SwitchBuilderImpl extends SwitchBuilder
| Modifier and Type | Method and Description |
|---|---|
SwitchCaseBuilder |
defaultOutcome(String outcome)
Set the default outcome of the current switch. |
SwitchCaseBuilder |
defaultOutcome(javax.el.ValueExpression outcome)
Set the default outcome of the current switch. |
SwitchBuilderImpl |
markAsStartNode()
Mark this node as the start node in the flow. |
SwitchCaseBuilder |
switchCase()
Create a switch case in the current switch. |
public SwitchCaseBuilder defaultOutcome(String outcome)
SwitchBuilderSet the default outcome of the current switch.
defaultOutcome in class SwitchBuilderoutcome - A ValueExpression String that will be the
default outcome of the switch.public SwitchCaseBuilder defaultOutcome(javax.el.ValueExpression outcome)
SwitchBuilderSet the default outcome of the current switch.
defaultOutcome in class SwitchBuilderoutcome - A ValueExpression that will be the default outcome of the switch.public SwitchBuilderImpl markAsStartNode()
NodeBuilderMark this node as the start node in the flow. Any other node that had been marked as the start node will no longer be the start node.
markAsStartNode in interface NodeBuildermarkAsStartNode in class SwitchBuilderpublic SwitchCaseBuilder switchCase()
SwitchBuilderCreate a switch case in the current switch.
switchCase in class SwitchBuilderCopyright © 1997–2019 Eclipse Foundation. All rights reserved.