Skip navigation links

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

E17060-03


Uses of Class
oracle.odi.domain.runtime.scheduling.RecurrenceAttributes.MonthOfYear

Packages that use RecurrenceAttributes.MonthOfYear
oracle.odi.domain.runtime.scheduling   

 

Uses of RecurrenceAttributes.MonthOfYear in oracle.odi.domain.runtime.scheduling

 

Methods in oracle.odi.domain.runtime.scheduling that return RecurrenceAttributes.MonthOfYear
 RecurrenceAttributes.MonthOfYear ExplicitDate.getMonth()
          Returns the month.
 RecurrenceAttributes.MonthOfYear Recurrence.getMonth()
          Returns month of recurrence.
static RecurrenceAttributes.MonthOfYear RecurrenceAttributes.MonthOfYear.valueOf(int pValue)
          Method to retrieve the MonthOfYear corresponding to a given integer value.
static RecurrenceAttributes.MonthOfYear RecurrenceAttributes.MonthOfYear.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RecurrenceAttributes.MonthOfYear[] RecurrenceAttributes.MonthOfYear.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.odi.domain.runtime.scheduling with parameters of type RecurrenceAttributes.MonthOfYear
static Recurrence Recurrence.createYearlyRecurrence(RecurrenceAttributes.MonthOfYear pMonth, RecurrenceAttributes.DayOfMonth pDay, RecurrenceAttributes.TimeOfDay pTime)
          Creates new instance of Recurrence of RecurrenceAttributes.Frequency.YEARLY Frequency with specified month, day and time of execution.

 

Constructors in oracle.odi.domain.runtime.scheduling with parameters of type RecurrenceAttributes.MonthOfYear
ExplicitDate(RecurrenceAttributes.Year pYear, RecurrenceAttributes.MonthOfYear pMonth, RecurrenceAttributes.DayOfMonth pDay, RecurrenceAttributes.TimeOfDay pTime)
          Constructs the instance of ExplicitDate with specified year, month, day and time.

 


Skip navigation links

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

E17060-03


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