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