Valid sources and targets for the UML-to-Java transformation

You must specify a valid UML source and valid Java™ target in the UML-to-Java transformation configuration.

Valid sources

The UML-to-Java transformation generates Java classes from the following UML sources:
  • UML models
  • Packages and their contents
  • Non-nested classes and their contents
  • Non-nested interfaces and their contents
  • Enumerations
The transformation transforms the contents of UML models, packages, classes, and interfaces. For example, when the transformation transforms a class, the transformation also transforms the operations and properties of the class.

Valid targets

The UML-to-Java transformation generates files in a Java project in the current Eclipse workspace.


Feedback