Enum AggregationKind
AggregationKind is an Enumeration for specifying the kind of aggregation of a Property. <p>From package UML::Classification.</p>
[TypeConverter(typeof(AggregationKindConverter))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//AggregationKind")]
public enum AggregationKind
Fields
Composite = 2
Indicates that the Property is aggregated compositely, i.e., the composite object has responsibility for the existence and storage of the composed objects (parts).
None = 0
Indicates that the Property has no aggregation.
Indicates that the Property has shared aggregation.