Book a Demo

Author Topic: enumeration vs class (stereotyped as enumeration)  (Read 3043 times)

janab

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
enumeration vs class (stereotyped as enumeration)
« on: September 16, 2013, 11:18:37 pm »
Seems as if EA is now (V10 Build 1008) saving enumerations not as a class with a stereotype. Earlier versions (V9.3) does not see this. Any workaround? How do I get people with V9.3 to see the work I have done in V10?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: enumeration vs class (stereotyped as enumerati
« Reply #1 on: September 17, 2013, 04:17:21 pm »
They can't.
As long as you want to be backwards compatible with v9 you'll have to use classes with the <<enumeration>> stereotype and not "real" enumerations.

Geert