1
Automation Interface, Add-Ins and Tools / Re: Aggregated Enumerations in Profile
« on: September 15, 2026, 09:32:11 am »depending on the "order" of the stereotypes (although in UML there is no order)I can't find any information in the UML spec about whether they are ordered or not. But there is some kind of ordering in the spec because if multiple stereotypes aren't applied they are displayed in an order.
- You can't use the field t_object.Stereotype anymore as it now contains one of the multiple stereotype names (and it might be any of them)And you shouldn't be using it. The API allows access to the full list even if there are properties (on each object) to access that field.
- Metatype determination becomes uncertainAlways the first.
- Shapescript might behave erratic, depending on the "order" of the stereotypes (although in UML there is no order)Metatype if it's defined and if not then the first.
- metamodel constraints will probably behave in weird waysNot as far as I'm aware.
- the icon in the project browser/toolbox will be what?For the project browser it's the metatype. For the toolbox it's a non-issue because a toolbox item can only have one stereotype.