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