Book a Demo

Author Topic: Transformation and Tagged Value  (Read 3173 times)

smk

  • Guest
Transformation and Tagged Value
« on: June 18, 2010, 11:43:25 pm »
Hello,

I am using transformation (Template Java) to convert the domain entities to software classes.

Example: (1) ClassCliente "entity"> transforma (Java) > (2) ClassCliente (software)

In entity (1) I got Tagged Value, but the class transformed (2) these Tagged Values are not copied.

Is there a form of transformation also copy the attributes of Tagged Value?

Thanks!