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

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

Methods in com.espertech.esper.epl.expression that return CronOperatorEnum
 CronOperatorEnum ExprNumberSetCronParam.getCronOperator()
          Returns the cron parameter type.
 

Constructors in com.espertech.esper.epl.expression with parameters of type CronOperatorEnum
ExprNumberSetCronParam(CronOperatorEnum cronOperator)
          Ctor.
 

Uses of CronOperatorEnum in com.espertech.esper.type
 

Methods in com.espertech.esper.type that return CronOperatorEnum
 CronOperatorEnum CronParameter.getOperator()
           
static CronOperatorEnum CronOperatorEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CronOperatorEnum[] CronOperatorEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.espertech.esper.type with parameters of type CronOperatorEnum
CronParameter(CronOperatorEnum operator, java.lang.Integer day)
          Ctor.
 


© 2006-2014 EsperTech Inc.
All rights reserved.
Visit us at espertech.com