Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


oracle.as.scheduler
Class RecurrenceFields

java.lang.Object
  extended by oracle.as.scheduler.RecurrenceFields

All Implemented Interfaces:
java.io.Serializable

public abstract class RecurrenceFields
extends java.lang.Object
implements java.io.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 are essentially wraps primitive types with validations. A Recurrence once created, can be used to define a Schedule definition, or an Exclusion

See Also:
ExplicitDate, Recurrence, Schedule, Exclusion, ExclusionsDefinition, Serialized Form

Nested Class Summary
static class RecurrenceFields.DAY_OF_MONTH
          Defines the day of a month.
static class RecurrenceFields.DAY_OF_WEEK
          Enumeration for the days of a week.
static class RecurrenceFields.FREQUENCY
          Defines the main repeat frequency of a Recurrence.
static class RecurrenceFields.MONTH_OF_YEAR
          Defines the months of the year.
static class RecurrenceFields.TIME_OF_DAY
          Defines the time of the day.
static class RecurrenceFields.WEEK_OF_MONTH
          Enumerations for the week of a month.
static class RecurrenceFields.YEAR
          Encapsulate 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

RecurrenceFields

public RecurrenceFields()

Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


Copyright © 2008, 2013, Oracle and/or its affiliates. All rights reserved.