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 class
Class that defines the day of a month.static enum
Enum for the days of a week.static enum
Enum for the main repeat frequency of a Recurrence.static enum
Enum for the months of the year.static class
Class that defines the time of the day.static enum
Enum for the week of a month.static class
Class that encapsulate the value of a year. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RecurrenceFields
public RecurrenceFields()
-