Attributes Dialog - Detail |
To define additional details relating to collections, click on the Detail tab of the Attributes dialog.

Field |
Use to |
Multiplicity |
|
Lower bound |
Define a lower limit to the number of elements allowed in the collection. |
Upper bound |
Define an upper limit to the number of elements allowed in the collection. |
Ordered Multiplicity |
Indicate that the collection is ordered. |
Collection |
Code the attribute as an array, so that it can contain multiple concurrent values rather than a single value. |
Attribute is a Collection |
Indicate that the attribute is a collection (array). |
Allow Duplicates |
Indicate that duplicates are allowed. Maps to the UML property isUnique, value FALSE). |
Container Type |
Enter the name of the container type. |
Transient |
(For Java code) indicate that the attribute can change regardless of what the code is performing. |
When you have completed these fields, click on the Save button.
