Package | Description |
---|---|
oracle.as.scheduler |
Enterprise Scheduler API interfaces and classes, including RuntimeService and MetadataService.
|
Modifier and Type | Field and Description |
---|---|
static RecurrenceFields.WEEK_OF_MONTH |
RecurrenceFields.WEEK_OF_MONTH.FIFTH
The fifth week of a month.
|
static RecurrenceFields.WEEK_OF_MONTH |
RecurrenceFields.WEEK_OF_MONTH.FIRST
The first week of a month.
|
static RecurrenceFields.WEEK_OF_MONTH |
RecurrenceFields.WEEK_OF_MONTH.FOURTH
The fourth week of a month.
|
static RecurrenceFields.WEEK_OF_MONTH |
RecurrenceFields.WEEK_OF_MONTH.LAST
The last week of a month.
|
static RecurrenceFields.WEEK_OF_MONTH |
RecurrenceFields.WEEK_OF_MONTH.SECOND
The second week of a month.
|
static RecurrenceFields.WEEK_OF_MONTH |
RecurrenceFields.WEEK_OF_MONTH.SIXTH
The sixth week of a month.
|
static RecurrenceFields.WEEK_OF_MONTH |
RecurrenceFields.WEEK_OF_MONTH.THIRD
The third week of a month.
|
Modifier and Type | Method and Description |
---|---|
static RecurrenceFields.WEEK_OF_MONTH |
RecurrenceFields.WEEK_OF_MONTH.valueOf(int value)
The WEEK_OF_MONTH associated with the given value.
|
static RecurrenceFields.WEEK_OF_MONTH |
RecurrenceFields.WEEK_OF_MONTH.valueOf(String name) |
static RecurrenceFields.WEEK_OF_MONTH[] |
RecurrenceFields.WEEK_OF_MONTH.values() |
Modifier and Type | Method and Description |
---|---|
void |
Recurrence.addWeekOfMonth(RecurrenceFields.WEEK_OF_MONTH week)
Adds a week of month to this Recurrence objects.
|
void |
Recurrence.removeWeekOfMonth(RecurrenceFields.WEEK_OF_MONTH week)
Removes a week of month from this Recurrence objects.
|