|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<RecurrenceAttributes.Frequency>
oracle.odi.domain.runtime.scheduling.RecurrenceAttributes.Frequency
public static enum RecurrenceAttributes.Frequency
Defines the frequency of a Recurrence.
| Enum Constant Summary | |
|---|---|
DAILYIndicates every day repetition. |
|
HOURLYIndicates every hour repetition. |
|
MONTHLYIndicates every month repetition. |
|
MONTHLY_BY_WEEK_DAYIndicates every month repetition indicated by week day and its rank. |
|
ON_AGENT_STARTUPIndicates repetition on every run-time agent startup. |
|
SIMPLEIndicates a singular execution on specific date and time. |
|
WEEKLYIndicates every week repetition. |
|
YEARLYIndicates every year repetition. |
|
| Method Summary | |
|---|---|
static RecurrenceAttributes.Frequency |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static RecurrenceAttributes.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 |
|---|
compareTo, equals, 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 RecurrenceAttributes.Frequency ON_AGENT_STARTUP
public static final RecurrenceAttributes.Frequency SIMPLE
public static final RecurrenceAttributes.Frequency HOURLY
public static final RecurrenceAttributes.Frequency DAILY
public static final RecurrenceAttributes.Frequency WEEKLY
public static final RecurrenceAttributes.Frequency MONTHLY
public static final RecurrenceAttributes.Frequency MONTHLY_BY_WEEK_DAY
public static final RecurrenceAttributes.Frequency YEARLY
| Method Detail |
|---|
public static RecurrenceAttributes.Frequency[] values()
for (RecurrenceAttributes.Frequency c : RecurrenceAttributes.Frequency.values())
System.out.println(c);
public static RecurrenceAttributes.Frequency valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||