public static enum LightSwitch.PropertyKeys extends java.lang.Enum<LightSwitch.PropertyKeys>
| Enum Constant and Description |
|---|
automatic |
dark |
light |
selected |
widgetVar |
| Modifier and Type | Method and Description |
|---|---|
static LightSwitch.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LightSwitch.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LightSwitch.PropertyKeys widgetVar
public static final LightSwitch.PropertyKeys selected
public static final LightSwitch.PropertyKeys light
public static final LightSwitch.PropertyKeys dark
public static final LightSwitch.PropertyKeys automatic
public static LightSwitch.PropertyKeys[] values()
for (LightSwitch.PropertyKeys c : LightSwitch.PropertyKeys.values()) System.out.println(c);
public static LightSwitch.PropertyKeys 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 nullCopyright © 2011–2021. All rights reserved.