org.chorem.jtimer
Enum JTimerConfig.JTimerOption
java.lang.Object
java.lang.Enum<JTimerConfig.JTimerOption>
org.chorem.jtimer.JTimerConfig.JTimerOption
- All Implemented Interfaces:
- Serializable, Comparable<JTimerConfig.JTimerOption>
- Enclosing class:
- JTimerConfig
public static enum JTimerConfig.JTimerOption
- extends Enum<JTimerConfig.JTimerOption>
CONFIG_FILENAME
public static final JTimerConfig.JTimerOption CONFIG_FILENAME
SERVICE_CLASS
public static final JTimerConfig.JTimerOption SERVICE_CLASS
SERVICE_ENDPOINT
public static final JTimerConfig.JTimerOption SERVICE_ENDPOINT
SERVICE_RESOURCE
public static final JTimerConfig.JTimerOption SERVICE_RESOURCE
IO_SAVER_CLASS
public static final JTimerConfig.JTimerOption IO_SAVER_CLASS
IO_SAVER_DIRECTORY
public static final JTimerConfig.JTimerOption IO_SAVER_DIRECTORY
IO_SAVER_AUTOSAVEDELAY
public static final JTimerConfig.JTimerOption IO_SAVER_AUTOSAVEDELAY
UI_IDLE_TIME
public static final JTimerConfig.JTimerOption UI_IDLE_TIME
UI_SHOW_CLOSED
public static final JTimerConfig.JTimerOption UI_SHOW_CLOSED
UI_CLOSE_TO_SYSTRAY
public static final JTimerConfig.JTimerOption UI_CLOSE_TO_SYSTRAY
UI_REPORT_FIRSTDAYOFWEEK
public static final JTimerConfig.JTimerOption UI_REPORT_FIRSTDAYOFWEEK
key
protected String key
defaultValue
protected String defaultValue
values
public static JTimerConfig.JTimerOption[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (JTimerConfig.JTimerOption c : JTimerConfig.JTimerOption.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static JTimerConfig.JTimerOption valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2007-2012 CodeLutin. All Rights Reserved.