public static enum ThemeSwitcherBase.PropertyKeys extends Enum<ThemeSwitcherBase.PropertyKeys>
| Enum Constant and Description | 
|---|
| buttonPreText | 
| widgetVar | 
| Modifier and Type | Method and Description | 
|---|---|
| static ThemeSwitcherBase.PropertyKeys | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ThemeSwitcherBase.PropertyKeys[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final ThemeSwitcherBase.PropertyKeys widgetVar
public static final ThemeSwitcherBase.PropertyKeys buttonPreText
public static ThemeSwitcherBase.PropertyKeys[] values()
for (ThemeSwitcherBase.PropertyKeys c : ThemeSwitcherBase.PropertyKeys.values()) System.out.println(c);
public static ThemeSwitcherBase.PropertyKeys valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020. All rights reserved.