@Generated(value="org.nuiton.config.plugin.templates.ApplicationConfigTransformer", date="Thu Sep 07 10:36:46 CEST 2017") 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 ConfigActionDef
public String[] getAliases()
getAliases
in interface ConfigActionDef
public String getDescription()
getDescription
in interface ConfigActionDef
Copyright © 2016–2017 CodeLutin. All rights reserved.