Package | Description |
---|---|
oracle.adf.view.rich.model |
Modifier and Type | Method and Description |
---|---|
CalendarActivity.Reminder |
CalendarActivity.getReminder()
Gets the Reminder information for the activity.
|
static CalendarActivity.Reminder |
CalendarActivity.Reminder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CalendarActivity.Reminder[] |
CalendarActivity.Reminder.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.setReminder(CalendarActivity.Reminder reminder)
Sets the Reminder information of the activity.
|