Book a Demo

Author Topic: Code Generation  (Read 2741 times)

zalbina

  • EA User
  • **
  • Posts: 149
  • Karma: +0/-0
    • View Profile
Code Generation
« on: July 30, 2012, 06:37:23 pm »
Hello,

I've added tagged value to a class but when I've generated the java code don't see it. What should I do?

Thanks.

Makulik

  • EA User
  • **
  • Posts: 400
  • Karma: +0/-0
    • View Profile
Re: Code Generation
« Reply #1 on: July 30, 2012, 08:10:34 pm »
There wouldn't be any (automatic) code generation for tagged values. You can though modify the code generation templates to react in whatever way you want on specific tagged values you'll find in the source of the generated parts (namespaces, classes, operations, attributes etc.).

HTH
Günther