UML Modeling Guide

Stereotype «TemplateBindingMultiplicity»

Stereotype «TemplateBindingMultiplicity»

JEAF Generator also supports usage of generic types (called template bindings in UML).

By default however, it is not possible to define a multiplicity on the template binding. To do so this stereotype is required.


Stereotype «TemplateBindingMultiplicity»  
Applicable Elements TemplateBinding  
Tagged Values    
Name Type Description
multivalued Boolean Attribute is used to mark a template binding as multivalued. By default it is not.
ordered Boolean Using attributes ordered and unique the Java collection type can be controlled like for any other multivalued property.

For further details please check: Java Collection Types
unique Boolean Using attributes ordered and unique the Java collection type can be controlled like for any other multivalued property.

For further details please check: Java Collection Types


Generated by JEAF Generator