org.chorem.jtimer
Enum JTimerConfig.JTimerOption

java.lang.Object
  extended by java.lang.Enum<JTimerConfig.JTimerOption>
      extended by org.chorem.jtimer.JTimerConfig.JTimerOption
All Implemented Interfaces:
Serializable, Comparable<JTimerConfig.JTimerOption>
Enclosing class:
JTimerConfig

public static enum JTimerConfig.JTimerOption
extends Enum<JTimerConfig.JTimerOption>


Enum Constant Summary
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
           
 
Field Summary
protected  String defaultValue
           
protected  String key
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Field Detail

key

protected String key

defaultValue

protected String defaultValue
Method Detail

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.