Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.7.0)

E17060-04


oracle.odi.domain.runtime.scheduling
Class RecurrenceAttributes

java.lang.Object
  extended by oracle.odi.domain.runtime.scheduling.RecurrenceAttributes


public final class RecurrenceAttributes
extends java.lang.Object

RecurrenceAttributes class defines the data types used to construct a Recurrence object.

It is not possible (no sense) to create instances of this class.

Since:
11.1.1.6.0
See Also:
Recurrence

Nested Class Summary
static class RecurrenceAttributes.DayOfMonth
          Wrapper class on top of the primitive integer value, representing day of month.
static class RecurrenceAttributes.DayOfWeek
          Enumeration for the days of a week.
static class RecurrenceAttributes.DayOfWeekRank
          Enumeration for the rank of the week day in month.
static class RecurrenceAttributes.Frequency
          Defines the frequency of a Recurrence.
static class RecurrenceAttributes.MonthOfYear
          Defines the months of the year.
static class RecurrenceAttributes.TimeOfDay
          TimeOfDay defines the time of the day.
static class RecurrenceAttributes.Year
          Wrapper class on top of the primitive integer value, representing year.

 

Method Summary

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 


Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.7.0)

E17060-04


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