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