| Package | Description |
|---|---|
| oracle.adf.view.rich.model |
| Modifier and Type | Method and Description |
|---|---|
CalendarActivity.Recurring |
CalendarActivity.getRecurring()
Gets the Recurring information for the activity.
|
static CalendarActivity.Recurring |
CalendarActivity.Recurring.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CalendarActivity.Recurring[] |
CalendarActivity.Recurring.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CalendarActivity.setRecurring(CalendarActivity.Recurring recurring)
Sets the Recurring information of the activity.
|