public static enum XmiExportConfiguration.VersionExport extends java.lang.Enum<XmiExportConfiguration.VersionExport>
| Enum Constant and Description |
|---|
EMF300
EMF UML2
|
UML211
OMG UML2.1.1
|
UML22
OMG UML2.2
|
UML23
OMG UML2.3
|
UML241
OMG UML2.4.1
|
| Modifier and Type | Method and Description |
|---|---|
static XmiExportConfiguration.VersionExport |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XmiExportConfiguration.VersionExport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XmiExportConfiguration.VersionExport UML211
public static final XmiExportConfiguration.VersionExport UML22
public static final XmiExportConfiguration.VersionExport UML23
public static final XmiExportConfiguration.VersionExport UML241
public static final XmiExportConfiguration.VersionExport EMF300
public static XmiExportConfiguration.VersionExport[] values()
for (XmiExportConfiguration.VersionExport c : XmiExportConfiguration.VersionExport.values()) System.out.println(c);
public static XmiExportConfiguration.VersionExport valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null