Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
CaseSwitchExpression |
CaseSwitchExpression.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 |
CaseSwitchExpression.setElse(Expression elseExpr)
Sets the else-part of the case-switch.
|