public enum ProvisioningToolOption extends Enum<ProvisioningToolOption> implements OptionEnum
| Enum Constant and Description |
|---|
command
the primary action or command performed by this tool
|
dest
the fully qualified tool output destination file or directory name
|
destType
a qualifier describing the output destination
|
dialect
the vocabulary or usage which is characteristic for this context
|
help
prints help on this tool
|
lastExecution
a long integer representing the last time the tool was executed
|
namespace
a single namespace URI
|
namespacePrefix
a single namespace prefix
|
namespaces
a comma separated list of namespace URIs
|
platform
the UML modeling or other platform for this context
|
schemas
a comma separated list of schema names
|
silent
whether to log or print no messages at all (typically for testing)
|
source
the fully qualified tool input source file or directory name
|
sourceType
a qualifier describing the input source
|
verbose
whether to log or print detailed messages
|
| Modifier and Type | Method and Description |
|---|---|
static String |
asString() |
String |
getDescription() |
static ProvisioningToolOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProvisioningToolOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProvisioningToolOption help
public static final ProvisioningToolOption verbose
public static final ProvisioningToolOption silent
public static final ProvisioningToolOption command
public static final ProvisioningToolOption dialect
public static final ProvisioningToolOption platform
public static final ProvisioningToolOption namespace
public static final ProvisioningToolOption namespacePrefix
public static final ProvisioningToolOption namespaces
public static final ProvisioningToolOption schemas
public static final ProvisioningToolOption source
public static final ProvisioningToolOption dest
public static final ProvisioningToolOption sourceType
public static final ProvisioningToolOption destType
public static final ProvisioningToolOption lastExecution
public static ProvisioningToolOption[] values()
for (ProvisioningToolOption c : ProvisioningToolOption.values()) System.out.println(c);
public static ProvisioningToolOption 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.