Book a Demo

Author Topic: EnumXMIType text descriptions  (Read 2936 times)

romu

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
EnumXMIType text descriptions
« on: June 18, 2013, 10:35:50 pm »
Hi there,
I'm planning to introspect the EnumXMIType object to get available values. I would like to know if there is a way in the EA API to get the description messages associated with the enum values?

For instance, with the xmiEA241, I want to get the text displayed in the export GUI: "UML 2.4.1 (XMI 2.4.1)". How to do that?

Thanks.
« Last Edit: June 18, 2013, 10:52:25 pm by romu »

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: EnumXMIType text descriptions
« Reply #1 on: June 19, 2013, 08:22:37 am »
Not through the API.

romu

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Re: EnumXMIType text descriptions
« Reply #2 on: June 19, 2013, 05:16:39 pm »
Ok thanks. I've coded my need by copying the EA strings.
« Last Edit: June 19, 2013, 05:16:52 pm by romu »