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

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

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

Methods in com.espertech.esper.client.soda that return PreviousExpressionType
 PreviousExpressionType PreviousExpression.getType()
          Returns the type of the previous expression (tail, first, window, count)
static PreviousExpressionType PreviousExpressionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PreviousExpressionType[] PreviousExpressionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.espertech.esper.client.soda with parameters of type PreviousExpressionType
 void PreviousExpression.setType(PreviousExpressionType type)
          Sets the type of the previous expression (tail, first, window, count)
 

Constructors in com.espertech.esper.client.soda with parameters of type PreviousExpressionType
PreviousExpression(PreviousExpressionType type, Expression expression)
          Ctor.
 


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