Book a Demo

Author Topic: How to Get the Requirement Type  (Read 3055 times)

Saul

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
How to Get the Requirement Type
« on: May 19, 2011, 12:54:09 pm »
I have a Requirement element which has Requirement Type of "Functional" etc.

In the COM API, if I call element.Type then I get "Requirement" - i.e. I get the element type. How can I get the requirement type?

I've searches through the whole object model in te API and this property eludes me.

Following that, how do I reference the Requirement type in an RTF report?

Thanks,
Saul

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8626
  • Karma: +259/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
Re: How to Get the Requirement Type
« Reply #1 on: May 19, 2011, 04:11:40 pm »
Hi Saul,

IIRC it's the Stereotype of the element...

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

Saul

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Re: How to Get the Requirement Type
« Reply #2 on: May 23, 2011, 02:07:56 pm »
Hi Paolo,

that works!

Thanks,
Saul