Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: g.makulik on June 15, 2012, 05:52:49 am

Title: Setting 'IsActive' property using transformation
Post by: g.makulik on June 15, 2012, 05:52:49 am
What's necessary to set a transformed classes 'Is Active' property using the transformation intermediary language?
I generate the following IL code, but the 'Is Active' checkbox from class property details is not set  :(:
Code: [Select]
Class
{
      IsActive = "True"
      name = "State2"
... stereotypes, typedefs, attributes, operations ...
}

Anyone else stumbled over this??