Uses of Class
net.esper.type.MathArithTypeEnum

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

Methods in net.esper.eql.expression that return MathArithTypeEnum
 MathArithTypeEnum ExprMathNode.getMathArithTypeEnum()
          Returns the type of math.
 

Constructors in net.esper.eql.expression with parameters of type MathArithTypeEnum
ExprMathNode(MathArithTypeEnum mathArithTypeEnum)
          Ctor.
 

Uses of MathArithTypeEnum in net.esper.type
 

Methods in net.esper.type that return MathArithTypeEnum
static MathArithTypeEnum MathArithTypeEnum.parseOperator(String operator)
          Returns the math operator for the string.
static MathArithTypeEnum MathArithTypeEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MathArithTypeEnum[] MathArithTypeEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.