public enum JRedmineToolAction extends Enum<JRedmineToolAction> implements org.nuiton.config.ConfigActionDef
| Enum Constant and Description |
|---|
FETCH_PROJECT_VERSION |
| Modifier and Type | Field and Description |
|---|---|
String |
action |
String[] |
aliases |
String |
description |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
String[] |
getAliases() |
String |
getDescription() |
static JRedmineToolAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JRedmineToolAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JRedmineToolAction FETCH_PROJECT_VERSION
public String description
public String action
public String[] aliases
public static JRedmineToolAction[] values()
for (JRedmineToolAction c : JRedmineToolAction.values()) System.out.println(c);
public static JRedmineToolAction 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 getDescription()
public String getAction()
getAction in interface org.nuiton.config.ConfigActionDefpublic String[] getAliases()
getAliases in interface org.nuiton.config.ConfigActionDefCopyright © 2009–2016 CodeLutin. All rights reserved.