Uses of Class
net.esper.type.MinMaxTypeEnum

Packages that use MinMaxTypeEnum
net.esper.eql.expression   
net.esper.type   
 

Uses of MinMaxTypeEnum in net.esper.eql.expression
 

Constructors in net.esper.eql.expression with parameters of type MinMaxTypeEnum
ExprMinMaxAggrNode.MinMaxAggregator(MinMaxTypeEnum minMaxTypeEnum, java.lang.Class returnType)
          Ctor.
ExprMinMaxAggrNode(boolean distinct, MinMaxTypeEnum minMaxTypeEnum)
          Ctor.
ExprMinMaxRowNode(MinMaxTypeEnum minMaxTypeEnum)
          Ctor.
 

Uses of MinMaxTypeEnum in net.esper.type
 

Methods in net.esper.type that return MinMaxTypeEnum
static MinMaxTypeEnum MinMaxTypeEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MinMaxTypeEnum[] MinMaxTypeEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.