Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: MatthiasVDE on August 31, 2020, 11:49:27 pm

Title: Edit StereoTypeEx in database
Post by: MatthiasVDE on August 31, 2020, 11:49:27 pm
In what table can you modify the StereoTypeEx for an object?
Title: Re: Edit StereoTypeEx in database
Post by: qwerty on September 01, 2020, 12:16:48 am
The plain stereotype name is in t_object.stereotype. The FQN is in t_xref.description of the record which has client=ea_guid.

q.
Title: Re: Edit StereoTypeEx in database
Post by: MatthiasVDE on September 03, 2020, 05:50:44 pm
The plain stereotype name is in t_object.stereotype. The FQN is in t_xref.description of the record which has client=ea_guid.

q.

Thanks qwerty