protected static enum JTimerConfig.JTimerOption extends Enum<JTimerConfig.JTimerOption>
Enum Constant and Description |
---|
CONFIG_FILENAME |
IO_SAVER_AUTOSAVEDELAY |
IO_SAVER_CLASS |
IO_SAVER_DIRECTORY |
SERVICE_CLASS |
SERVICE_ENDPOINT |
SERVICE_RESOURCE |
UI_CLOSE_TO_SYSTRAY |
UI_IDLE_TIME |
UI_REPORT_FIRSTDAYOFWEEK |
UI_SHOW_CLOSED |
Modifier and Type | Field and Description |
---|---|
protected String |
defaultValue |
protected String |
key |
Modifier and Type | Method and Description |
---|---|
static JTimerConfig.JTimerOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JTimerConfig.JTimerOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JTimerConfig.JTimerOption CONFIG_FILENAME
public static final JTimerConfig.JTimerOption SERVICE_CLASS
public static final JTimerConfig.JTimerOption SERVICE_ENDPOINT
public static final JTimerConfig.JTimerOption SERVICE_RESOURCE
public static final JTimerConfig.JTimerOption IO_SAVER_CLASS
public static final JTimerConfig.JTimerOption IO_SAVER_DIRECTORY
public static final JTimerConfig.JTimerOption IO_SAVER_AUTOSAVEDELAY
public static final JTimerConfig.JTimerOption UI_IDLE_TIME
public static final JTimerConfig.JTimerOption UI_SHOW_CLOSED
public static final JTimerConfig.JTimerOption UI_CLOSE_TO_SYSTRAY
public static final JTimerConfig.JTimerOption UI_REPORT_FIRSTDAYOFWEEK
public static JTimerConfig.JTimerOption[] values()
for (JTimerConfig.JTimerOption c : JTimerConfig.JTimerOption.values()) System.out.println(c);
public static JTimerConfig.JTimerOption 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 © 2007–2013 CodeLutin. All rights reserved.