Package | Description |
---|---|
org.tanjakostic.jcleancim.builder | |
org.tanjakostic.jcleancim.common |
Classes commonly used by several packages.
|
Modifier and Type | Method and Description |
---|---|
protected void |
EmptyXMIExporter.toXmi(java.lang.String rootUuid,
XMIDialect dialect,
boolean exportDiagrams,
java.io.File file,
java.lang.String detail)
This default implementation does nothing (well, that's why we are empty exporter).
|
protected abstract void |
AbstractXMIExporter.toXmi(java.lang.String rootUuid,
XMIDialect dialect,
boolean exportDiagrams,
java.io.File file,
java.lang.String detail)
Actual export to XMI.
|
Modifier and Type | Method and Description |
---|---|
static XMIDialect |
XMIDialect.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XMIDialect[] |
XMIDialect.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.EnumSet<XMIDialect> |
Config.getXmiexportDialects()
Returns the configured XMI dialects to be used for export.
|
Copyright 2009-2016 Tatjana (Tanja) Kostic