public enum SynchroConfigurationAction extends Enum<SynchroConfigurationAction> implements ConfigActionDef
Enum Constant and Description |
---|
DB_IMPORT_REF |
HELP |
SERVER_START |
Modifier and Type | Method and Description |
---|---|
String |
getAction() |
String[] |
getAliases() |
static SynchroConfigurationAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SynchroConfigurationAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SynchroConfigurationAction HELP
public static final SynchroConfigurationAction DB_IMPORT_REF
public static final SynchroConfigurationAction SERVER_START
public static SynchroConfigurationAction[] values()
for (SynchroConfigurationAction c : SynchroConfigurationAction.values()) System.out.println(c);
public static SynchroConfigurationAction 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[] getAliases()
getAliases
in interface ConfigActionDef
Copyright © 2012–2014 IFREMER. All rights reserved.