|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MathArithTypeEnum | |
---|---|
com.espertech.esper.epl.expression.ops | Operator expressions. |
com.espertech.esper.type | Internal primitive, enum and other type representations |
Uses of MathArithTypeEnum in com.espertech.esper.epl.expression.ops |
---|
Methods in com.espertech.esper.epl.expression.ops that return MathArithTypeEnum | |
---|---|
MathArithTypeEnum |
ExprMathNode.getMathArithTypeEnum()
Returns the type of math. |
Constructors in com.espertech.esper.epl.expression.ops with parameters of type MathArithTypeEnum | |
---|---|
ExprMathNode(MathArithTypeEnum mathArithTypeEnum,
boolean isIntegerDivision,
boolean isDivisionByZeroReturnsNull)
Ctor. |
Uses of MathArithTypeEnum in com.espertech.esper.type |
---|
Methods in com.espertech.esper.type that return MathArithTypeEnum | |
---|---|
static MathArithTypeEnum |
MathArithTypeEnum.parseOperator(java.lang.String operator)
Returns the math operator for the string. |
static MathArithTypeEnum |
MathArithTypeEnum.valueOf(java.lang.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 are declared. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |