|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E20742-04 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecurrenceFields.FREQUENCY | |
---|---|
oracle.as.scheduler | Enterprise Scheduler API interfaces and classes. |
Uses of RecurrenceFields.FREQUENCY in oracle.as.scheduler |
---|
Methods in oracle.as.scheduler that return RecurrenceFields.FREQUENCY | |
---|---|
RecurrenceFields.FREQUENCY |
Recurrence.getFrequency()
Returns the frequency value of this Recurrence object. |
static RecurrenceFields.FREQUENCY |
RecurrenceFields.FREQUENCY.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RecurrenceFields.FREQUENCY[] |
RecurrenceFields.FREQUENCY.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in oracle.as.scheduler with parameters of type RecurrenceFields.FREQUENCY | |
---|---|
void |
Recurrence.setFrequency(RecurrenceFields.FREQUENCY frequency,
int interval)
Sets the frequency of this Recurrence object. |
Constructors in oracle.as.scheduler with parameters of type RecurrenceFields.FREQUENCY | |
---|---|
Recurrence(RecurrenceFields.FREQUENCY frequency,
int interval)
Constructs a new instance with the given frequency. |
|
Recurrence(RecurrenceFields.FREQUENCY frequency,
int interval,
java.util.Calendar start,
java.util.Calendar end)
Constructs a new instance with the given frequency and the start, end date/time. |
|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E20742-04 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |