Author Topic: Attribute Alias  (Read 2749 times)

geryk

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Attribute Alias
« on: June 09, 2009, 02:10:55 am »
Hi,

i try to import an alias of a class attribute via xmi the same way i exported it with ea, but it does not work? I also can't access it with the scripting engine.

Any ideas how to import it or at least initialize it thru script?

thx,
gery

Aaron B

  • EA Administrator
  • EA User
  • *****
  • Posts: 941
  • Karma: +18/-0
    • View Profile
Re: Attribute Alias
« Reply #1 on: June 09, 2009, 09:36:25 am »
The Alias for an Attribute is accessible through Attribute.Style in the automation interface.  See:
http://www.sparxsystems.com/uml_tool_guide/sdk_for_enterprise_architect/attribute.html

I am not familiar with how this is represented in XMI, so I cannot comment on that.