Integrations (PTC products, 3rd party products and code) > Code integration (Ada, ARINC 653, C, C#, C++, IDL, Java, SQL and VB) > Java code > Reverse engineering legacy Java code > Mapping information > Mapping information (excluding state diagrams) > Summary of mappings for Java code (Java code)
  
Summary of mappings for Java code (Java code)
This table provides a summary of how Modeler item types map to Java code.
For summary information about how State Diagrams are generated, click here Summary of state diagram mappings for Java (Java code)
Modeler
java Code
Association (Role)
Attribute
Attribute
Attribute
Basic type
Ignored.
Class
Class
Data Type
Class
Dependency
Import or implements statement.
Enumeration literal
Enum literal
Exception
Ignored. Exceptions are modeled through the Java Throws tag definition.
Generalization
Extends or implements statement.
Interface
Interface
Model
Ignored.
Operation
Method.
Package
Package.
Role
Attribute
Signal
Ignored.
Type definition
Enum