Uses of Enum Class
oracle.as.scheduler.RecurrenceFields.MONTH_OF_YEAR
Packages that use RecurrenceFields.MONTH_OF_YEAR
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
-
Uses of RecurrenceFields.MONTH_OF_YEAR in oracle.as.scheduler
Methods in oracle.as.scheduler that return RecurrenceFields.MONTH_OF_YEARModifier and TypeMethodDescriptionExplicitDate.getMonth()
Gets the month part of this ExplicitDate object.RecurrenceFields.MONTH_OF_YEAR.valueOf
(int value) Gets the MONTH_OF_YEAR associated with the given value.Returns the enum constant of this class with the specified name.static RecurrenceFields.MONTH_OF_YEAR[]
RecurrenceFields.MONTH_OF_YEAR.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.MONTH_OF_YEARModifier and TypeMethodDescriptionRecurrence.getMonths()
Gets the list of months set for this Recurrence object.Methods in oracle.as.scheduler with parameters of type RecurrenceFields.MONTH_OF_YEARModifier and TypeMethodDescriptionvoid
Recurrence.addMonth
(RecurrenceFields.MONTH_OF_YEAR month) Adds a month to this Recurrence objects.void
Recurrence.removeMonth
(RecurrenceFields.MONTH_OF_YEAR month) Removes a month from this Recurrence objects.void
ExplicitDate.setMonth
(RecurrenceFields.MONTH_OF_YEAR month) Sets the month of this ExplicitDate object to the given value.Method parameters in oracle.as.scheduler with type arguments of type RecurrenceFields.MONTH_OF_YEARModifier and TypeMethodDescriptionvoid
Recurrence.setMonths
(Collection<RecurrenceFields.MONTH_OF_YEAR> months) Sets the list of month of this Recurrence objects.Constructors in oracle.as.scheduler with parameters of type RecurrenceFields.MONTH_OF_YEARModifierConstructorDescriptionExplicitDate
(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.