public enum ProvisioningTarget extends Enum<ProvisioningTarget> implements OptionEnum
| Enum Constant and Description |
|---|
xmi
An UML/XMI model provisioning target type
|
xsd
An XML Schema model provisioning target type
|
| Modifier and Type | Method and Description |
|---|---|
static String |
asString() |
String |
getDescription() |
static ProvisioningTarget |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProvisioningTarget[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProvisioningTarget xsd
public static final ProvisioningTarget xmi
public static ProvisioningTarget[] values()
for (ProvisioningTarget c : ProvisioningTarget.values()) System.out.println(c);
public static ProvisioningTarget 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.