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