public static enum NotificationTaskDefinition.MessagePriority extends Enum<NotificationTaskDefinition.MessagePriority>
Modifier and Type | Method and Description |
---|---|
static NotificationTaskDefinition.MessagePriority |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationTaskDefinition.MessagePriority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotificationTaskDefinition.MessagePriority HIGH
public static final NotificationTaskDefinition.MessagePriority MEDIUM
public static final NotificationTaskDefinition.MessagePriority LOW
public static NotificationTaskDefinition.MessagePriority[] values()
for (NotificationTaskDefinition.MessagePriority c : NotificationTaskDefinition.MessagePriority.values()) System.out.println(c);
public static NotificationTaskDefinition.MessagePriority valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright (c) 2017, SAS Institute Inc., Cary, NC, USA