Uses of Class
com.espertech.esper.client.soda.CaseSwitchExpression

Packages that use CaseSwitchExpression
com.espertech.esper.client.soda This package defines the Esper statement object model. 
 

Uses of CaseSwitchExpression in com.espertech.esper.client.soda
 

Methods in com.espertech.esper.client.soda that return CaseSwitchExpression
 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(java.lang.String propertyName)
          Case-switch expresssion.
 CaseSwitchExpression CaseSwitchExpression.setElse(Expression elseExpr)
          Sets the else-part of the case-switch.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com