|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<CronParameter.CronOperator>
com.espertech.esper.type.CronParameter.CronOperator
public static enum CronParameter.CronOperator
Enumeration for special keywords in crontab timer.
Enum Constant Summary | |
---|---|
last
Last day of week or month. |
|
lw
Last weekday in a month |
|
w
Weekday (nearest to a date) |
Method Summary | |
---|---|
static CronParameter.CronOperator |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CronParameter.CronOperator[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CronParameter.CronOperator last
public static final CronParameter.CronOperator w
public static final CronParameter.CronOperator lw
Method Detail |
---|
public static final CronParameter.CronOperator[] values()
for(CronParameter.CronOperator c : CronParameter.CronOperator.values()) System.out.println(c);
public static CronParameter.CronOperator valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |