Book a Demo

Author Topic: Attributes model in enumeration?  (Read 3201 times)

slurpie

  • EA Novice
  • *
  • Posts: 17
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Attributes model in enumeration?
« on: December 16, 2008, 02:54:47 am »
Hi,

Currently I'm defining a UML Profile and I want to limit the input for a tagged value to existing attributes of classes used in the model.
Is there a (quick / dynamic) way to have all the attributes used in the model listed in an enumeration?

Thx.

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +55/-3
    • View Profile
Re: Attributes model in enumeration?
« Reply #1 on: December 16, 2008, 09:07:55 am »
Not as an enumeration, but you can have a tagged value that pops up a dialog that allows you to choose from all attributes in the model: have a look at RefGUID tagged values on this page of the help file.
The Sparx Team
[email protected]

slurpie

  • EA Novice
  • *
  • Posts: 17
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Attributes model in enumeration?
« Reply #2 on: December 16, 2008, 07:26:56 pm »
OK, thank you!