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