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

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

Methods in com.espertech.esper.epl.expression that return MathArithTypeEnum
 MathArithTypeEnum ExprMathNode.getMathArithTypeEnum()
          Returns the type of math.
 

Constructors in com.espertech.esper.epl.expression with parameters of type MathArithTypeEnum
ExprMathNode(MathArithTypeEnum mathArithTypeEnum)
          Ctor.
 

Uses of MathArithTypeEnum in com.espertech.esper.type
 

Methods in com.espertech.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.
 


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