OCLOperators taggedValueOnFeature
Created by Alexandra on 2017-08-13 · Last edited by Hans.karlsen on 2026-01-21.
Meta information on Tagged values set on a named feature in the class.
See also Documentation:OCLOperators_taggedValue
Given a type you can look up one of its features (attribute or association-end) and get the value of tagged value from it:
Thing.taggedValueOnFeature("Attribute1","MyTag") -> gives you a string value from the model
