public enum SDOToolAction extends Enum<SDOToolAction> implements OptionEnum
| Enum Constant and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
asString() |
String |
getDescription() |
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.
|
public static final SDOToolAction create
public static final SDOToolAction export
public static SDOToolAction[] values()
for (SDOToolAction c : SDOToolAction.values()) System.out.println(c);
public static SDOToolAction 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 getDescription()
getDescription in interface OptionEnumpublic static String asString()
Copyright © 2017. All rights reserved.