com.espertech.esper.type
Class CronParameter

java.lang.Object
  extended by com.espertech.esper.type.CronParameter
All Implemented Interfaces:
java.io.Serializable

public class CronParameter
extends java.lang.Object
implements java.io.Serializable

Hold parameters for timer:at.

See Also:
Serialized Form

Constructor Summary
CronParameter(CronOperatorEnum operator, java.lang.Integer day)
          Ctor.
 
Method Summary
 java.lang.String formatted()
           
 java.lang.Integer getDay()
           
 java.lang.Integer getMonth()
           
 CronOperatorEnum getOperator()
           
 void setMonth(int month)
          Sets the month value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CronParameter

public CronParameter(CronOperatorEnum operator,
                     java.lang.Integer day)
Ctor.

Parameters:
operator - is the operator as text
day - is the day text
Method Detail

setMonth

public void setMonth(int month)
Sets the month value.

Parameters:
month - to set

formatted

public java.lang.String formatted()

getOperator

public CronOperatorEnum getOperator()

getDay

public java.lang.Integer getDay()

getMonth

public java.lang.Integer getMonth()

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