protected static enum ThemeSwitcher.PropertyKeys extends Enum<ThemeSwitcher.PropertyKeys>
Enum Constant and Description |
---|
buttonPreText |
widgetVar |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static ThemeSwitcher.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThemeSwitcher.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThemeSwitcher.PropertyKeys widgetVar
public static final ThemeSwitcher.PropertyKeys buttonPreText
public static ThemeSwitcher.PropertyKeys[] values()
for (ThemeSwitcher.PropertyKeys c : ThemeSwitcher.PropertyKeys.values()) System.out.println(c);
public static ThemeSwitcher.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 nullpublic String toString()
toString
in class Enum<ThemeSwitcher.PropertyKeys>
Copyright © 2016. All rights reserved.