public enum swShowMessageBarResult_e extends java.lang.Enum<swShowMessageBarResult_e>
Enum Constant and Description |
---|
swShowMessageBarResult_DontShowAgain |
swShowMessageBarResult_FailedInvalidDefinition |
swShowMessageBarResult_FailedInvalidHandler |
swShowMessageBarResult_Shown |
Modifier and Type | Method and Description |
---|---|
static swShowMessageBarResult_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swShowMessageBarResult_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swShowMessageBarResult_e swShowMessageBarResult_Shown
public static final swShowMessageBarResult_e swShowMessageBarResult_DontShowAgain
public static final swShowMessageBarResult_e swShowMessageBarResult_FailedInvalidDefinition
public static final swShowMessageBarResult_e swShowMessageBarResult_FailedInvalidHandler
public static swShowMessageBarResult_e[] values()
for (swShowMessageBarResult_e c : swShowMessageBarResult_e.values()) System.out.println(c);
public static swShowMessageBarResult_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