31
General Board / Re: Is it possible to have multiple ocurrences in the same toolbox?
« on: May 24, 2023, 06:34:00 pm »
The method to display the menu for a tagged value as per BPMN (assuming the ID if the MDG is MYMDG)
1) Define an enumeration containing the literals for the tagged value
2) Add an enumeration tagged value to the stereotype (lets say MyStereotype), for example MyTaggedValue
3) In the metaclass for the stereotype add an attribute named _subTypeProperty of type String
4) Set the initial value of this attribute to the fully qualified MDG name of the tagged value (as defined in 2) above. In this example this would be
MYMDG::MyStereotype::MyTaggedValue
Hope this helps
Phil
1) Define an enumeration containing the literals for the tagged value
2) Add an enumeration tagged value to the stereotype (lets say MyStereotype), for example MyTaggedValue
3) In the metaclass for the stereotype add an attribute named _subTypeProperty of type String
4) Set the initial value of this attribute to the fully qualified MDG name of the tagged value (as defined in 2) above. In this example this would be
MYMDG::MyStereotype::MyTaggedValue
Hope this helps
Phil