Uses of Enum Class
oracle.as.scheduler.RecurrenceFields.WEEK_OF_MONTH
Packages that use RecurrenceFields.WEEK_OF_MONTH
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
-
Uses of RecurrenceFields.WEEK_OF_MONTH in oracle.as.scheduler
Methods in oracle.as.scheduler that return RecurrenceFields.WEEK_OF_MONTHModifier and TypeMethodDescriptionRecurrenceFields.WEEK_OF_MONTH.valueOf(int value) The WEEK_OF_MONTH associated with the given value.Returns the enum constant of this class with the specified name.static RecurrenceFields.WEEK_OF_MONTH[]RecurrenceFields.WEEK_OF_MONTH.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.WEEK_OF_MONTHModifier and TypeMethodDescriptionRecurrence.getWeeksOfMonth()Retrieves the weeks of the month set in this object.Methods in oracle.as.scheduler with parameters of type RecurrenceFields.WEEK_OF_MONTHModifier and TypeMethodDescriptionvoidRecurrence.addWeekOfMonth(RecurrenceFields.WEEK_OF_MONTH week) Adds a week of month to this Recurrence objects.voidRecurrence.removeWeekOfMonth(RecurrenceFields.WEEK_OF_MONTH week) Removes a week of month from this Recurrence objects.