abstract SwitchCaseBuilder | 
SwitchCaseBuilder.condition(ValueExpression expression) | 
 
 Set the if in the previously created switch case. 
 | 
abstract SwitchCaseBuilder | 
SwitchCaseBuilder.condition(String expression) | 
 
 Set the if in the previously created switch case. 
 | 
abstract SwitchCaseBuilder | 
SwitchBuilder.defaultOutcome(ValueExpression outcome) | 
 
 Set the default outcome of the current switch. 
 | 
abstract SwitchCaseBuilder | 
SwitchBuilder.defaultOutcome(String outcome) | 
 
 Set the default outcome of the current switch. 
 | 
abstract SwitchCaseBuilder | 
SwitchCaseBuilder.fromOutcome(String outcome) | 
 
 Set the outcome in the previously created switch case. 
 | 
abstract SwitchCaseBuilder | 
SwitchBuilder.switchCase() | 
 
 Create a switch case in the current switch. 
 | 
abstract SwitchCaseBuilder | 
SwitchCaseBuilder.switchCase() | 
 
 Create a new case in the current switch. 
 |