hi together,
i have two question to Enterprice Architecture (EA):
1. In the EA there is a Property (Combobox) called Persistence. Does anybody know, that the ea_uml2exporter export this value to my uml model?
2. I have a stereotype MyEntity with a Attribute type:String. Is this a tagged Value, which can use all my classes with the stereotype MyEntity??? Or i have to create a new tagged value in the tagged value view?
Xpand and tagged value question:
For testing i created a new tagged value: MyUml looks like
<Test:MyEntity xmi:id="_S-3Lnj9KEeCVJNzgZt5D1g" base_Class="{D4FC60F1-9EC4-4fca-8A5F-67DD4D6A3360}"/>
<Test:MyEntity xmi:id="_S-3Lnz9KEeCVJNzgZt5D1g" type=""newType"" base_Class="{334D0B1E-F34D-4e13-B89D-4EE8C0A5C658}"/>
how can i access this tagged value to my template? I tried but nothing happened:
«FOREACH this.getAllAttributes().typeSelect(Test::MyEntity) AS attr»
//«attr.name»
//«attr.type»
«ENDFOREACH»
Thanks