Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6)
E20742-04


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

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

Uses of RecurrenceFields.DAY_OF_WEEK in oracle.as.scheduler
 

Methods in oracle.as.scheduler that return RecurrenceFields.DAY_OF_WEEK
static RecurrenceFields.DAY_OF_WEEK RecurrenceFields.DAY_OF_WEEK.getDayOfWeek(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RecurrenceFields.DAY_OF_WEEK RecurrenceFields.DAY_OF_WEEK.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RecurrenceFields.DAY_OF_WEEK[] RecurrenceFields.DAY_OF_WEEK.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.DAY_OF_WEEK
 java.util.Collection<RecurrenceFields.DAY_OF_WEEK> Recurrence.getDaysOfWeek()
          Returns the collection of the days of week set in this object.
 

Methods in oracle.as.scheduler with parameters of type RecurrenceFields.DAY_OF_WEEK
 void Recurrence.addDayOfWeek(RecurrenceFields.DAY_OF_WEEK day)
          Method to add a day of week to this Recurrence objects.
 void Recurrence.removeDayOfWeek(RecurrenceFields.DAY_OF_WEEK day)
          Method to remove a day of week from this Recurrence objects.
 


Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6)
E20742-04


Copyright © 2008, 2012 Oracle. All rights reserved.