Uses of Class
com.espertech.esper.common.client.soda.CaseSwitchExpression
Package
Description
This package defines the Esper statement object model.
-
Uses of CaseSwitchExpression in com.espertech.esper.common.client.soda
Modifier and TypeMethodDescriptionCaseSwitchExpression.add
(Expression when, Expression then) Adds a pair of expressions representing a "when" and a "then" in the switch.static CaseSwitchExpression
Expressions.caseSwitch
(Expression valueToSwitchOn) Case-switch expresssion.static CaseSwitchExpression
Expressions.caseSwitch
(String propertyName) Case-switch expresssion.CaseSwitchExpression.setElse
(Expression elseExpr) Sets the else-part of the case-switch.