Uses of Class
net.esper.client.soda.CaseWhenThenExpression

Packages that use CaseWhenThenExpression
net.esper.client.soda This package defines the Esper statement object model. 
 

Uses of CaseWhenThenExpression in net.esper.client.soda
 

Methods in net.esper.client.soda that return CaseWhenThenExpression
 CaseWhenThenExpression CaseWhenThenExpression.add(Expression when, Expression then)
          Adds a when-then pair of expressions.
static CaseWhenThenExpression Expressions.caseWhenThen()
          Case-when-then expression.
 CaseWhenThenExpression CaseWhenThenExpression.setElse(Expression elseExpr)
          Sets the expression to provide a value when no when-condition matches.