Uses of Enum Class
oracle.as.scheduler.RecurrenceFields.DAY_OF_WEEK
Packages that use RecurrenceFields.DAY_OF_WEEK
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
-
Uses of RecurrenceFields.DAY_OF_WEEK in oracle.as.scheduler
Methods in oracle.as.scheduler that return RecurrenceFields.DAY_OF_WEEKModifier and TypeMethodDescriptionstatic RecurrenceFields.DAY_OF_WEEK
RecurrenceFields.DAY_OF_WEEK.getDayOfWeek
(String name) The DAY_OF_WEEK associated with the given value.static RecurrenceFields.DAY_OF_WEEK
Returns the enum constant of this class with the specified name.static RecurrenceFields.DAY_OF_WEEK[]
RecurrenceFields.DAY_OF_WEEK.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in oracle.as.scheduler that return types with arguments of type RecurrenceFields.DAY_OF_WEEKModifier and TypeMethodDescriptionRecurrence.getDaysOfWeek()
Gets the collection of the days of week set in this object.Methods in oracle.as.scheduler with parameters of type RecurrenceFields.DAY_OF_WEEKModifier and TypeMethodDescriptionvoid
Recurrence.addDayOfWeek
(RecurrenceFields.DAY_OF_WEEK day) Adds a day of week to this Recurrence objects.void
Recurrence.removeDayOfWeek
(RecurrenceFields.DAY_OF_WEEK day) Removes a day of week from this Recurrence objects.