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