|
Oracle Enterprise Scheduler Java API Reference 11g Release 1 (11.1.1.7) E26229-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.as.scheduler.RecurrenceFields
public abstract class RecurrenceFields
Defines the fields to construct a Recurrence.
A Recurrence can either be created via using fields provided by RecurrenceFields or using RFC-2445 based recurrence expression. Fields defined in this class provides all the type-safe enumerations as well as other classes that are essentially wraps primitive types with validations. A Recurrence once created, can be used to define a Schedule definition, or an Exclusion
ExplicitDate, Recurrence, Schedule, Exclusion, ExclusionsDefinition, Serialized Form| Nested Class Summary | |
|---|---|
static class |
RecurrenceFields.DAY_OF_MONTHDefines the day of a month. |
static class |
RecurrenceFields.DAY_OF_WEEKEnumeration for the days of a week. |
static class |
RecurrenceFields.FREQUENCYDefines the main repeat frequency of a Recurrence. |
static class |
RecurrenceFields.MONTH_OF_YEARDefines the months of the year. |
static class |
RecurrenceFields.TIME_OF_DAYDefines the time of the day. |
static class |
RecurrenceFields.WEEK_OF_MONTHEnumerations for the week of a month. |
static class |
RecurrenceFields.YEAREncapsulate the value of a year. |
| Constructor Summary | |
|---|---|
RecurrenceFields() |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RecurrenceFields()
|
Oracle Enterprise Scheduler Java API Reference 11g Release 1 (11.1.1.7) E26229-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||