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