@Generated(value="org.nuiton.config.plugin.templates.ApplicationConfigTransformer", date="Mon Dec 19 11:57:00 CET 2016") public enum NuitonConfigExampleConfigAction extends Enum<NuitonConfigExampleConfigAction> implements ConfigActionDef
| Enum Constant and Description |
|---|
HELP |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
String[] |
getAliases() |
String |
getDescription() |
static NuitonConfigExampleConfigAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NuitonConfigExampleConfigAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NuitonConfigExampleConfigAction HELP
public static NuitonConfigExampleConfigAction[] values()
for (NuitonConfigExampleConfigAction c : NuitonConfigExampleConfigAction.values()) System.out.println(c);
public static NuitonConfigExampleConfigAction 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 getAction()
getAction in interface ConfigActionDefpublic String[] getAliases()
getAliases in interface ConfigActionDefpublic String getDescription()
getDescription in interface ConfigActionDefCopyright © 2016 CodeLutin. All rights reserved.