org.plasma.provisioning.cli
Enum SDOToolAction
java.lang.Object
java.lang.Enum<SDOToolAction>
org.plasma.provisioning.cli.SDOToolAction
- All Implemented Interfaces:
- Serializable, Comparable<SDOToolAction>
public enum SDOToolAction
- extends Enum<SDOToolAction>
|
Enum Constant Summary |
create
Generate SDO interfaces, classes and enumerations
based on the current configuration. |
export
Exports the configured repository artifacts as a merged
XML based provisioning or "technical" model. |
|
Method Summary |
static SDOToolAction |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SDOToolAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
create
public static final SDOToolAction create
- Generate SDO interfaces, classes and enumerations
based on the current configuration.
export
public static final SDOToolAction export
- Exports the configured repository artifacts as a merged
XML based provisioning or "technical" model. This can be
used for application specific transformations.
values
public static SDOToolAction[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (SDOToolAction c : SDOToolAction.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static SDOToolAction valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2013. All rights reserved.