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

Packages that use RelationalOpEnum
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 RelationalOpEnum in com.espertech.esper.epl.expression
 

Methods in com.espertech.esper.epl.expression that return RelationalOpEnum
 RelationalOpEnum ExprRelationalOpNode.getRelationalOpEnum()
          Returns the type of relational op used.
 

Constructors in com.espertech.esper.epl.expression with parameters of type RelationalOpEnum
ExprRelationalOpNode(RelationalOpEnum relationalOpEnum)
          Ctor.
 

Uses of RelationalOpEnum in com.espertech.esper.type
 

Methods in com.espertech.esper.type that return RelationalOpEnum
static RelationalOpEnum RelationalOpEnum.parse(String op)
          Parses the operator and returns an enum for the operator.
static RelationalOpEnum RelationalOpEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RelationalOpEnum[] RelationalOpEnum.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