Skip navigation links

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


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

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

 

Uses of RecurrenceFields.DAY_OF_MONTH in oracle.as.scheduler

 

Methods in oracle.as.scheduler that return RecurrenceFields.DAY_OF_MONTH
 RecurrenceFields.DAY_OF_MONTH ExplicitDate.getDay()
          Returns the day part of this ExplicitDate object.
static RecurrenceFields.DAY_OF_MONTH RecurrenceFields.DAY_OF_MONTH.valueOf(int value)
          Method to construct an instance of DAY_OF_MONTH with an integer.

 

Methods in oracle.as.scheduler that return types with arguments of type RecurrenceFields.DAY_OF_MONTH
 java.util.Collection<RecurrenceFields.DAY_OF_MONTH> Recurrence.getDaysOfMonth()
          Method to retrieve the days of month from this Recurrence objects.

 

Methods in oracle.as.scheduler with parameters of type RecurrenceFields.DAY_OF_MONTH
 void Recurrence.addDayOfMonth(RecurrenceFields.DAY_OF_MONTH day)
          Method to add a day of month to this Recurrence objects.
 void Recurrence.removeDayOfMonth(RecurrenceFields.DAY_OF_MONTH day)
          Method to remove a day of month from this Recurrence objects.
 void ExplicitDate.setDay(RecurrenceFields.DAY_OF_MONTH day)
          Sets the day of this ExplicitDate object to the given value.

 

Method parameters in oracle.as.scheduler with type arguments of type RecurrenceFields.DAY_OF_MONTH
 void Recurrence.setDaysOfMonth(java.util.Collection<RecurrenceFields.DAY_OF_MONTH> days)
          Method to set days of month from this Recurrence objects.

 

Constructors in oracle.as.scheduler with parameters of type RecurrenceFields.DAY_OF_MONTH
ExplicitDate(RecurrenceFields.YEAR year, RecurrenceFields.MONTH_OF_YEAR month, RecurrenceFields.DAY_OF_MONTH day)
          Constructs a new ExplicitDate with a year, a month and a day.
ExplicitDate(RecurrenceFields.YEAR year, RecurrenceFields.MONTH_OF_YEAR month, RecurrenceFields.DAY_OF_MONTH day, RecurrenceFields.TIME_OF_DAY time)
          Constructs a new ExplicitDate with a year, month, day and a time.

 


Skip navigation links

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


Copyright © 2008, 2012 Oracle. All rights reserved.