Defines a SwitchAction component. 
This component evaluates an expression, matches the expression’s value to a case clause, and executes actions associated with that case.
To work properly the SwitchAction needs SwitchCase Handler and/or SwitchDefault Handler in which you may add any kind of action to be executed.
| Name | Description | 
|---|---|
| Expression | Specify the expression to evaluate for switch | 
| Comment | Describes the object comment to include in the documentation report. This property generally contains an explanation about the object. | 
| Is active | Defines whether the component is active. | 
 SwitchAction