Book a Demo

Author Topic: Get multiplicity parameter  (Read 4058 times)

office_notes

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Get multiplicity parameter
« on: July 16, 2019, 06:20:55 pm »
Hello. With JS scripting, I can export multiplicity information from attributes (LowerBound and UpperBound), but I cannot get the same thing with the methods' parameters. Do you know how I can get this information?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Get multiplicity parameter
« Reply #1 on: July 16, 2019, 07:01:38 pm »
Have you checked the TypeInfoProperties of the parameter?

I'm not sure, but that is where I would look first

Geert

office_notes

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Get multiplicity parameter
« Reply #2 on: July 16, 2019, 07:25:42 pm »
Have you checked the TypeInfoProperties of the parameter?

I'm not sure, but that is where I would look first

Geert

Thank you for your reply. Where can I access to this property?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Get multiplicity parameter
« Reply #3 on: July 16, 2019, 08:48:03 pm »