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