Uses of Enum Class
oracle.as.scheduler.RecurrenceFields.FREQUENCY
Packages that use RecurrenceFields.FREQUENCY
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
-
Uses of RecurrenceFields.FREQUENCY in oracle.as.scheduler
Methods in oracle.as.scheduler that return RecurrenceFields.FREQUENCYModifier and TypeMethodDescriptionRecurrence.getFrequency()
Gets the frequency value of this Recurrence object.static RecurrenceFields.FREQUENCY
Returns the enum constant of this class with the specified name.static RecurrenceFields.FREQUENCY[]
RecurrenceFields.FREQUENCY.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in oracle.as.scheduler with parameters of type RecurrenceFields.FREQUENCYModifier and TypeMethodDescriptionvoid
Recurrence.setFrequency
(RecurrenceFields.FREQUENCY frequency, int interval) Sets the frequency of this Recurrence object.Constructors in oracle.as.scheduler with parameters of type RecurrenceFields.FREQUENCYModifierConstructorDescriptionRecurrence
(RecurrenceFields.FREQUENCY frequency, int interval) Constructs a new instance with the given frequency.Recurrence
(RecurrenceFields.FREQUENCY frequency, int interval, Calendar start, Calendar end) Constructs a new instance with the given frequency and the start, end date/time.