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