|
Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6.1) E26229-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<RecurrenceFields.FREQUENCY>
oracle.as.scheduler.RecurrenceFields.FREQUENCY
public static enum RecurrenceFields.FREQUENCY
Defines the main repeat frequency of a Recurrence.
| Enum Constant Summary | |
|---|---|
DAILYIndicates every day repetition. |
|
HOURLYIndicates every hour repetition. |
|
MINUTELYIndicates every minute repetition. |
|
MONTHLYIndicates every month repetition. |
|
SECONDLYIndicates every second repetition. |
|
WEEKLYIndicates every week repetition. |
|
YEARLYIndicates every year repetition. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString(java.util.Locale locale) |
static RecurrenceFields.FREQUENCY |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static RecurrenceFields.FREQUENCY[] |
values()Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final RecurrenceFields.FREQUENCY SECONDLY
public static final RecurrenceFields.FREQUENCY MINUTELY
public static final RecurrenceFields.FREQUENCY HOURLY
public static final RecurrenceFields.FREQUENCY DAILY
public static final RecurrenceFields.FREQUENCY WEEKLY
public static final RecurrenceFields.FREQUENCY MONTHLY
public static final RecurrenceFields.FREQUENCY YEARLY
| Method Detail |
|---|
public static RecurrenceFields.FREQUENCY[] values()
for (RecurrenceFields.FREQUENCY c : RecurrenceFields.FREQUENCY.values())
System.out.println(c);
public static RecurrenceFields.FREQUENCY valueOf(java.lang.String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString(java.util.Locale locale)
|
Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6.1) E26229-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||