protected static enum FlipSwitchBase.PropertyKeys extends java.lang.Enum<FlipSwitchBase.PropertyKeys>
| Enum Constant and Description |
|---|
disabled |
labelOff |
labelOn |
offlineDisabled |
readonly |
style |
tabindex |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static FlipSwitchBase.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FlipSwitchBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlipSwitchBase.PropertyKeys disabled
public static final FlipSwitchBase.PropertyKeys labelOff
public static final FlipSwitchBase.PropertyKeys labelOn
public static final FlipSwitchBase.PropertyKeys offlineDisabled
public static final FlipSwitchBase.PropertyKeys readonly
public static final FlipSwitchBase.PropertyKeys style
public static final FlipSwitchBase.PropertyKeys tabindex
public static FlipSwitchBase.PropertyKeys[] values()
for (FlipSwitchBase.PropertyKeys c : FlipSwitchBase.PropertyKeys.values()) System.out.println(c);
public static FlipSwitchBase.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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<FlipSwitchBase.PropertyKeys>Copyright 2018 ICEsoft Technologies Canada Corp., All Rights Reserved.