protected static enum AnalogClock.PropertyKeys extends java.lang.Enum<AnalogClock.PropertyKeys>
| Enum Constant and Description |
|---|
colorTheme |
mode |
startTime |
widgetVar |
width |
| Modifier and Type | Method and Description |
|---|---|
static AnalogClock.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnalogClock.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnalogClock.PropertyKeys colorTheme
public static final AnalogClock.PropertyKeys width
public static final AnalogClock.PropertyKeys widgetVar
public static final AnalogClock.PropertyKeys startTime
public static final AnalogClock.PropertyKeys mode
public static AnalogClock.PropertyKeys[] values()
for (AnalogClock.PropertyKeys c : AnalogClock.PropertyKeys.values()) System.out.println(c);
public static AnalogClock.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-2015. All Rights Reserved.