|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.type.CronParameter
public class CronParameter
Hold parameters for timer:at.
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 |
---|
public CronParameter(CronOperatorEnum operator, java.lang.Integer day)
operator
- is the operator as textday
- is the day textMethod Detail |
---|
public void setMonth(int month)
month
- to setpublic java.lang.String formatted()
public CronOperatorEnum getOperator()
public java.lang.Integer getDay()
public java.lang.Integer getMonth()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |