Uses of Class
com.espertech.esper.type.BitWiseOpEnum

Packages that use BitWiseOpEnum
com.espertech.esper.client.soda This package defines the Esper statement object model. 
com.espertech.esper.epl.expression This package contains the EPL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses 
com.espertech.esper.type Internal primitive, enum and other type representations 
 

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

Methods in com.espertech.esper.client.soda that return BitWiseOpEnum
 BitWiseOpEnum BitwiseOpExpression.getBinaryOp()
          Returns the binary operator.
 

Methods in com.espertech.esper.client.soda with parameters of type BitWiseOpEnum
 void BitwiseOpExpression.setBinaryOp(BitWiseOpEnum binaryOp)
          Sets the binary operator.
 

Constructors in com.espertech.esper.client.soda with parameters of type BitWiseOpEnum
BitwiseOpExpression(BitWiseOpEnum binaryOp)
          Ctor - for use to create an expression tree, without child expression.
 

Uses of BitWiseOpEnum in com.espertech.esper.epl.expression
 

Methods in com.espertech.esper.epl.expression that return BitWiseOpEnum
 BitWiseOpEnum ExprBitWiseNode.getBitWiseOpEnum()
          Returns the bitwise operator.
 

Constructors in com.espertech.esper.epl.expression with parameters of type BitWiseOpEnum
ExprBitWiseNode(BitWiseOpEnum bitWiseOpEnum_)
          Ctor.
 

Uses of BitWiseOpEnum in com.espertech.esper.type
 

Methods in com.espertech.esper.type that return BitWiseOpEnum
static BitWiseOpEnum BitWiseOpEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BitWiseOpEnum[] BitWiseOpEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 


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