Uses of Class
net.esper.type.BitWiseOpEnum

Packages that use BitWiseOpEnum
net.esper.eql.expression This package contains the EQL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses 
net.esper.type Internal primitive, enum and other type representations 
 

Uses of BitWiseOpEnum in net.esper.eql.expression
 

Constructors in net.esper.eql.expression with parameters of type BitWiseOpEnum
ExprBitWiseNode(BitWiseOpEnum bitWiseOpEnum_)
          Ctor.
 

Uses of BitWiseOpEnum in net.esper.type
 

Methods in net.esper.type that return BitWiseOpEnum
static BitWiseOpEnum BitWiseOpEnum.valueOf(java.lang.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.