Yellicode
The extensible code generator
- Getting started
- Tutorial - Model driven basics
- Tutorial - Full stack Angular application
- Fundamentals
- How-to
- Modeler
- Reference
AggregationKind enumeration
AggregationKind is an Enumeration for specifying the kind of aggregation of a Property.
Enumeration literals
| Name | Description |
|---|---|
| none | Indicates that the Property has no aggregation. |
| shared | Indicates that the Property has shared aggregation. |
| composite | Indicates that the Property is aggregated compositely, i.e., the composite object has responsibility for the existence and storage of the composed objects (parts). |