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