Prev | Next |
Add an Enumeration to a Stereotype
Enumeration elements can be used to generate a drop-down list of values for a Tagged Value associated with a Stereotype element. The list is displayed, and the value selected, in the 'Tags' tab of the Properties window.
Following on from the topic Define Stereotype Tagged Values, this example illustrates how the enumeration 'Color' can be used to provide a drop-down list of values ('Yellow', 'Red', 'Green') for the 'myTag' Tagged Value on the element 'myStereotype'.
Add an Enumeration to the Stereotype
Step |
Description |
See also |
---|---|---|
1 |
Open the Profile Package child diagram. On this diagram, we should already have the element <<metaclass>> Class and the stereotype element 'myStereotype'. |
Create a Profile Package |
2 |
In the Toolbox, locate and select the 'Profile' pages. |
Diagram Toolbox |
3 |
Drag the 'Enumeration' icon from the Toolbox onto the diagram. |
|
4 |
If it is not already showing, open the 'Properties' dialog. Ribbon: 'Design > Element > Properties > General > Properties Dialog' (or press ) |
|
5 |
In the 'Name' field, type the name of the new Enumeration element. |
|
6 |
If it is not already showing, open the Features window at the 'Attributes' page: Ribbon: 'Start > All Windows > Properties > Element Features > Attributes |
|
7 |
In the 'Name' field, type the name of the Enumeration attribute (for example, 'Yellow'), then press 'Enter'. |
|
8 |
Click on the New Attribute text and type the name of the next Enumeration attribute. Repeat this step for additional attributes, to define the other values for the drop-down list. |
|
9 |
Right-click on the Stereotype element 'myStereotype' and select the 'Features > Attributes' option. The Features window displays for the stereotype, at the 'Attributes' page. |
|
10 |
In the 'Name' field type a name for the attribute. |
|
11 |
In the 'Type' field click on the drop-down arrow and on the 'Select Type' option, and browse for and select the name of the Enumeration element from the 'Select <Item>' dialog. |
|
12 |
In the 'Initial' field type the name of the required Enumeration attribute that defines the default value. |
|
13 |
Click on the . You have now generated a drop-down list for setting the value of the tag in the 'Tags' tab of the Properties window. When the Profile is in use, the Tagged Value for an element created with the stereotype might appear as shown: |