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