Hi people,
I've found examples of this question being asked before, but didn't find any answers...
I have a class which includes an enumerated attribute.
I want to show the specific value for that attribute against a specific instance of the class.
However, if I create an instance of the class, it has no attributes, and no method that I can find to add attributes...
How should I show the value of the attribute on a class diagram for a specific instance of a class?