How to specifiy enumeration literal as default value in UML Attribute?
问题 I currently doing some model transformations using EMF-UML-Implementation. In my model transformation I create an uml class with some attributes. The attributes are type of enumerations I also created. Some of the attribute should get a default value. The default value should be enumeration literals. The question now is, how do I get the enumeration literals to the defaultValue -property of the Property . I already have found that I have to use ValueSpecification . But the UML superstructure