protected static enum JTimerConfig.JTimerAction extends Enum<JTimerConfig.JTimerAction>
Modifier and Type | Field and Description |
---|---|
protected String |
action |
protected String[] |
aliases |
protected String |
description |
Modifier and Type | Method and Description |
---|---|
static JTimerConfig.JTimerAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JTimerConfig.JTimerAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JTimerConfig.JTimerAction HELP
public static final JTimerConfig.JTimerAction VERSION
public static final JTimerConfig.JTimerAction START
protected String description
protected String action
protected String[] aliases
public static JTimerConfig.JTimerAction[] values()
for (JTimerConfig.JTimerAction c : JTimerConfig.JTimerAction.values()) System.out.println(c);
public static JTimerConfig.JTimerAction 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.