public static enum AreaDependencyCheck.KindOfConfigurationAction extends Enum<AreaDependencyCheck.KindOfConfigurationAction>
Enum Constant and Description |
---|
ACTIVATION |
EXPORT |
IMPORT |
RELEASE_AREAS_FOR_ACTIVATION |
RELEASE_AREAS_FOR_TRANSFER |
START_CONFIGURATION |
Modifier and Type | Method and Description |
---|---|
static AreaDependencyCheck.KindOfConfigurationAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AreaDependencyCheck.KindOfConfigurationAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AreaDependencyCheck.KindOfConfigurationAction START_CONFIGURATION
public static final AreaDependencyCheck.KindOfConfigurationAction IMPORT
public static final AreaDependencyCheck.KindOfConfigurationAction EXPORT
public static final AreaDependencyCheck.KindOfConfigurationAction ACTIVATION
public static final AreaDependencyCheck.KindOfConfigurationAction RELEASE_AREAS_FOR_TRANSFER
public static final AreaDependencyCheck.KindOfConfigurationAction RELEASE_AREAS_FOR_ACTIVATION
public static AreaDependencyCheck.KindOfConfigurationAction[] values()
for (AreaDependencyCheck.KindOfConfigurationAction c : AreaDependencyCheck.KindOfConfigurationAction.values()) System.out.println(c);
public static AreaDependencyCheck.KindOfConfigurationAction 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 null