Enum ConnectorKind
ConnectorKind is an enumeration that defines whether a Connector is an assembly or a delegation. <p>From package UML::StructuredClassifiers.</p>
[TypeConverter(typeof(ConnectorKindConverter))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//ConnectorKind")]
public enum ConnectorKind
Fields
Assembly = 0
Indicates that the Connector is an assembly Connector.
Delegation = 1
Indicates that the Connector is a delegation Connector.