public static enum SrnRichNotificationManager.ErrorType extends Enum<SrnRichNotificationManager.ErrorType>
Enum Constant and Description |
---|
UNDEFINED
An error that is undefined or unknown.
|
Modifier and Type | Method and Description |
---|---|
static SrnRichNotificationManager.ErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SrnRichNotificationManager.ErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SrnRichNotificationManager.ErrorType UNDEFINED
public static SrnRichNotificationManager.ErrorType[] values()
for (SrnRichNotificationManager.ErrorType c : SrnRichNotificationManager.ErrorType.values()) System.out.println(c);
public static SrnRichNotificationManager.ErrorType 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 © Samsung Electronics, Co., Ltd. All rights reserved.