| Modifier and Type | Method and Description |
|---|---|
static Priority |
Priority.fromString(String value)
Returns the priority associated with the input value.
|
Priority |
ScheduledNotification.getPriority()
Returns the priority of this notification.
|
Priority |
Notification.getPriority()
Returns the priority of the notification.
|
abstract Priority |
AbstractNotification.getPriority()
Returns the priority of this notification.
|
static Priority |
Priority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Priority[] |
Priority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ScheduledNotification.setPriority(Priority priority)
Sets the priority of this notification.
|
protected void |
Notification.setPriority(Priority priority)
Sets the priority of the notification.
|
protected abstract void |
AbstractNotification.setPriority(Priority priority)
Sets the priority of this notification.
|
Copyright © 2014 Regenstrief Center for Biomedical Informatics. All rights reserved.