Author Topic: Multiple class stereotypes - template overloads  (Read 1884 times)

danm

  • EA User
  • **
  • Posts: 88
  • Karma: +0/-0
    • View Profile
Multiple class stereotypes - template overloads
« on: October 24, 2008, 03:23:05 pm »
Hi,
   It seems that stereotype overloads in template transforms (and code transforms) only trigger on the first stereotype. For example, if you have the class

<<entity>><<singleton>>MyClass ...

Only teh <<entity>> stereotype will be triggered? What if we need both stereotypes to be triggered?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8085
  • Karma: +118/-20
    • View Profile
Re: Multiple class stereotypes - template overload
« Reply #1 on: October 29, 2008, 08:43:46 am »
Currently the only way to get at stereotypes other than the first one in the code generation templates is to make an add-in call.