public enum NotificationSupportedMode extends Enum<NotificationSupportedMode>
| Modifier and Type | Method and Description |
|---|---|
static NotificationSupportedMode |
getByValue(String value) |
String |
getValue() |
static NotificationSupportedMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationSupportedMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotificationSupportedMode SCA
public static final NotificationSupportedMode PROCESS
public static final NotificationSupportedMode LAST
public static final NotificationSupportedMode NONE
public static NotificationSupportedMode[] values()
for (NotificationSupportedMode c : NotificationSupportedMode.values()) System.out.println(c);
public static NotificationSupportedMode 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 nullpublic String getValue()
public static NotificationSupportedMode getByValue(String value)
Copyright © 2020. All rights reserved.