public enum swShowNotificationResult_e extends java.lang.Enum<swShowNotificationResult_e>
Enum Constant and Description |
---|
swShowNotificationResult_DontShowAgain |
swShowNotificationResult_FailedInvalidDefinition |
swShowNotificationResult_FailedInvalidHandler |
swShowNotificationResult_Shown |
Modifier and Type | Method and Description |
---|---|
static swShowNotificationResult_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swShowNotificationResult_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swShowNotificationResult_e swShowNotificationResult_Shown
public static final swShowNotificationResult_e swShowNotificationResult_DontShowAgain
public static final swShowNotificationResult_e swShowNotificationResult_FailedInvalidDefinition
public static final swShowNotificationResult_e swShowNotificationResult_FailedInvalidHandler
public static swShowNotificationResult_e[] values()
for (swShowNotificationResult_e c : swShowNotificationResult_e.values()) System.out.println(c);
public static swShowNotificationResult_e valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null