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

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

Uses of CaseSwitchExpression in net.esper.client.soda
 

Methods in net.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(String propertyName)
          Case-switch expresssion.
 CaseSwitchExpression CaseSwitchExpression.setElse(Expression elseExpr)
          Sets the else-part of the case-switch.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com