Package oracle.as.scheduler
Class RecurrenceFields
java.lang.Object
oracle.as.scheduler.RecurrenceFields
- All Implemented Interfaces:
Serializable
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 essentially wrap primitive types
with validations.
A Recurrence once created, can be used to define a Schedule
definition, or an Exclusion.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classClass that defines the day of a month.static enumEnum for the days of a week.static enumEnum for the main repeat frequency of a Recurrence.static enumEnum for the months of the year.static classClass that defines the time of the day.static enumEnum for the week of a month.static classClass that encapsulate the value of a year. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RecurrenceFields
public RecurrenceFields()
-