Book a Demo

Author Topic: Enumaration problem  (Read 2673 times)

hangryman

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Enumaration problem
« on: August 26, 2005, 08:29:07 am »
I can't find the enumaration to use in my class diagram.

In the help they say "Drag an Enumeration item from the Profile section of the UML toolbox onto the diagram. "
but in the "UML Toolbox" the "Enumeration item" does not existe.  ???

How can I create an enumaration?
« Last Edit: August 26, 2005, 08:29:39 am by hangryman »

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8626
  • Karma: +259/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
Re: Enumeration problem
« Reply #1 on: August 26, 2005, 08:45:17 am »
Check your settings.  You must have UML 2.0 as your workspace perspective and then you must also have the Profile folder checked in the UML Toolbox section of the Tools|Options Dialog.  Finally, the Enumeration button must be checked for the Profile folder.

That should then make it visible.

HTH,
Paolo
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!

dmantilla

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: Enumaration problem
« Reply #2 on: September 21, 2005, 08:52:30 am »
Do you know if this will generate an "enum" data type in C#?

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8626
  • Karma: +259/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
Re: Enumeration problem
« Reply #3 on: September 21, 2005, 01:04:07 pm »
Quote
Do you know if this will generate an "enum" data type in C#?
A quick look at the C# CTF templates would suggest not.  But try it... If not, you can amend the template to test for it and change what is emitted.

HTH,
Paolo
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!