Author Topic: Object Stereotype  (Read 3270 times)

zalbina

  • EA User
  • **
  • Posts: 149
  • Karma: +0/-0
    • View Profile
Object Stereotype
« on: November 07, 2012, 01:57:39 am »
Hello,

I'm woundering if object stereotype could be found in t_object table only or other tables can hold this information also.

Thanks.

Peter Doomen

  • EA User
  • **
  • Posts: 66
  • Karma: +0/-0
    • View Profile
Re: Object Stereotype
« Reply #1 on: November 07, 2012, 02:49:15 am »
Zalbina,

an EA Expert called Thomas Kilian has written a whole book about this subject: https://leanpub.com/InsideEA (there's a free preview to download at the website too)

Hope this helps.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Object Stereotype
« Reply #2 on: November 07, 2012, 05:41:41 am »
The stereotype for elements is in t_object. Additional MDG information about element stereotypes is to be found in t_xref. Stereotypes for "other" things are stored in "other" tables.

q.

zalbina

  • EA User
  • **
  • Posts: 149
  • Karma: +0/-0
    • View Profile
Re: Object Stereotype
« Reply #3 on: November 07, 2012, 06:27:38 pm »
Thank you qwerty. It's very clear.