Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.2)
E26229-03


Uses of Class
oracle.as.scheduler.RecurrenceFields.WEEK_OF_MONTH

Packages that use RecurrenceFields.WEEK_OF_MONTH
oracle.as.scheduler Enterprise Scheduler API interfaces and classes. 

 

Uses of RecurrenceFields.WEEK_OF_MONTH in oracle.as.scheduler

 

Methods in oracle.as.scheduler that return RecurrenceFields.WEEK_OF_MONTH
static RecurrenceFields.WEEK_OF_MONTH RecurrenceFields.WEEK_OF_MONTH.valueOf(int value)
          Method to retrieve the WEEK_OF_MONTH corresponding to a given integer value.
static RecurrenceFields.WEEK_OF_MONTH RecurrenceFields.WEEK_OF_MONTH.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RecurrenceFields.WEEK_OF_MONTH[] RecurrenceFields.WEEK_OF_MONTH.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.as.scheduler that return types with arguments of type RecurrenceFields.WEEK_OF_MONTH
 java.util.Collection<RecurrenceFields.WEEK_OF_MONTH> Recurrence.getWeeksOfMonth()
          Method to retrieve the weeks of the month set in this object.

 

Methods in oracle.as.scheduler with parameters of type RecurrenceFields.WEEK_OF_MONTH
 void Recurrence.addWeekOfMonth(RecurrenceFields.WEEK_OF_MONTH week)
          Method to add a week of month to this Recurrence objects.
 void Recurrence.removeWeekOfMonth(RecurrenceFields.WEEK_OF_MONTH week)
          Method to remove a week of month from this Recurrence objects.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.2)
E26229-03


Copyright © 2008, 2012 Oracle. All rights reserved.