Uses of Class
net.esper.type.RelationalOpEnum

Packages that use RelationalOpEnum
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 RelationalOpEnum in net.esper.eql.expression
 

Methods in net.esper.eql.expression that return RelationalOpEnum
 RelationalOpEnum ExprRelationalOpNode.getRelationalOpEnum()
          Returns the type of relational op used.
 

Constructors in net.esper.eql.expression with parameters of type RelationalOpEnum
ExprRelationalOpNode(RelationalOpEnum relationalOpEnum)
          Ctor.
 

Uses of RelationalOpEnum in net.esper.type
 

Methods in net.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.