public static enum AcknowledgementStorage.NotificationType extends Enum<AcknowledgementStorage.NotificationType>
| Modifier and Type | Method and Description |
|---|---|
static AcknowledgementStorage.NotificationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AcknowledgementStorage.NotificationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AcknowledgementStorage.NotificationType BANNER
public static final AcknowledgementStorage.NotificationType POPUP
public static AcknowledgementStorage.NotificationType[] values()
for (AcknowledgementStorage.NotificationType c : AcknowledgementStorage.NotificationType.values()) System.out.println(c);
public static AcknowledgementStorage.NotificationType 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 © 2003–2017 Sakai Project. All rights reserved.