I am modeling a class diagram. An attribute of a class is an enumeration. How do I model this? Normally you do something like this:
- name : string >
- name : string
Typically you model the enum itself as a class with the enum stereotype
enum