|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| 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.DayOfWeekRank>
oracle.odi.domain.runtime.scheduling.RecurrenceAttributes.DayOfWeekRank
public static enum RecurrenceAttributes.DayOfWeekRank
Enumeration for the rank of the week day in month.
| Enum Constant Summary | |
|---|---|
FIFTHConstant indicating the fifth occurrence of the week day in a month. |
|
FIRSTConstant indicating the first occurrence of the week day in a month. |
|
FOURTHConstant indicating the forth occurrence of the week day in a month. |
|
LASTConstant indicating the last occurrence of the week day in a month. |
|
SECONDConstant indicating the second occurrence of the week day in a month. |
|
SECOND_LASTConstant indicating the second-last occurrence of the week day in a month. |
|
THIRDConstant indicating the third occurrence of the week day in a month. |
|
THIRD_LASTConstant indicating the third-last occurrence of the week day in a month. |
|
| Method Summary | |
|---|---|
static RecurrenceAttributes.DayOfWeekRank |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static RecurrenceAttributes.DayOfWeekRank[] |
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.DayOfWeekRank FIRST
public static final RecurrenceAttributes.DayOfWeekRank SECOND
public static final RecurrenceAttributes.DayOfWeekRank THIRD
public static final RecurrenceAttributes.DayOfWeekRank FOURTH
public static final RecurrenceAttributes.DayOfWeekRank FIFTH
public static final RecurrenceAttributes.DayOfWeekRank LAST
public static final RecurrenceAttributes.DayOfWeekRank SECOND_LAST
public static final RecurrenceAttributes.DayOfWeekRank THIRD_LAST
| Method Detail |
|---|
public static RecurrenceAttributes.DayOfWeekRank[] values()
for (RecurrenceAttributes.DayOfWeekRank c : RecurrenceAttributes.DayOfWeekRank.values())
System.out.println(c);
public static RecurrenceAttributes.DayOfWeekRank 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.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||