Book a Demo

Author Topic: How to: Enumeration  (Read 11143 times)

moggel

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
How to: Enumeration
« on: June 25, 2013, 11:45:20 pm »
I just got back to EA after years of absence.

I need to model an enumeration with values but just cannot find any instructions that aren't outdated. Can someone please give me a quick brief how to add values (attributes) to enumerations, or direct me to any post/help topic that explains it?

I have version 10.0.1007

Thanks
« Last Edit: June 25, 2013, 11:55:07 pm by moggel »

RoyC

  • EA Administrator
  • EA Practitioner
  • *****
  • Posts: 1297
  • Karma: +21/-4
  • Read The Help!
    • View Profile
Re: How to: Enumeration
« Reply #1 on: June 26, 2013, 09:38:51 am »
An enumeration is now defined by a an Enumeration element. Look up 'Enumeration' in the index of the online Help within EA, or check the Sparx Systems website pages below:

To just add an Enumeration element to a diagram through the GUI, see this topic:

http://www.sparxsystems.com/enterprise_architect_user_guide/10/standard_uml_models/enumeration_element.html

If you are working in the Automation Interface, see this topic:

http://www.sparxsystems.com/enterprise_architect_user_guide/10/automation_and_scripting/enumerations.html

If you are adding an enumeration to a stereotype in a profile/MDG Technology, see this topic (although the first diagram seems to have gone missing):

http://www.sparxsystems.com/enterprise_architect_user_guide/10/extending_uml_models/addingenumerationstagstost.html

There is another topic on adding an enumeration to an XSD model, but that is more recently described in the online Help than on the web site.
Best Regards, Roy

moggel

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Re: How to: Enumeration
« Reply #2 on: June 26, 2013, 04:57:22 pm »
Thanks, that cleared it up for me.

Cheers  :)