Réserver une Démo

SVP notez : Cette page d’aide n’est pas pour la dernière version d’Enterprise Architect. La dernière aide peut être trouvée ici.

Pré. Proc.

ConnectorEnd Class

A ConnectorEnd contains information about a single end of a connector. A ConnectorEnd is accessed from the connector as either the ClientEnd or SupplierEnd.

Associated table in repository

derived from t_connector

ConnectorEnd Attributes

Attribute

Remarks

See also

Aggregation

Long
Notes: Read/Write
The type of Aggregation as it applies to this end; valid values are:
     0 = None
     1 = Shared
     2 = Composite

Alias

String
Notes: Read/Write
An optional alias for this connector end.

AllowDuplicates

Boolean
Notes: Read/Write
For multiplicities greater than 1, indicates that duplicate entries are possible.

Cardinality

String
Notes: Read/Write
The cardinality associated with this end.

Constraint

String
Notes: Read/Write
A constraint that can be applied to this connector end.

Containment

String
Notes: Read/Write
The containment type applied to this connector end.

Derived

Boolean
Notes: Read/Write
Indicates that the value of this end is derived.

DerivedUnion

Boolean
Notes: Read/Write
Indicates the value of this role derived from the union of all roles that subset this.

End

String
Notes: Read only
The end this ConnectorEnd object applies to - Client or Supplier.

IsChangeable

String
Notes: Read/Write
Flag indicating whether this end is changeable or not - 'frozen', 'addOnly' or none.

IsNavigable

Note: This property is not used
Boolean
Notes: Read/Write
A flag indicating this end is navigable from the other end.

Navigable

String
Notes: Read/Write
Indicates whether this role of an association is navigable from the opposite classifier - Navigable, Non-Navigable or Unspecified.

ObjectType

ObjectType
Notes: Read only
Distinguishes objects referenced through a Dispatch interface.
ObjectType

Ordering

Long
Notes: Read/Write
Ordering for this connector end.

OwnedByClassifier

Boolean
Notes: Read/Write
Indicates that this Association end corresponds to an attribute on the opposite end of the Association.

Qualifier

String
Notes: Read/Write
A qualifier that can apply to the connector end.

Role

String
Notes: Read/Write
The connector end role.

RoleNote

String
Notes: Read/Write
Notes associated with the role of this connector end.

RoleType

String
Notes: Read/Write
The role type applied to this end of the connector.

Stereotype

String
Notes: Read/Write
Sets or gets the stereotype for this connector end.

StereotypeEx

String
Notes: Read/Write
All the applied stereotypes of the connector end in a comma-separated list. Reading the value will provide the stereotype name only; assigning the value accepts either fully qualified or simple names.

TaggedValues

Collection of type RoleTag
Notes: Read only
A collection of RoleTag objects.
RoleTag Class

Visibility

String
Notes: Read/Write
The Scope associated with this connector end - Public, Private, Protected or Package.

ConnectorEnd Methods

Method

Remarks

See also

GetLastError()

String
Notes: Returns a string value describing the most recent error that occurred in relation to this object.

Update()

Boolean
Notes: Update the current ConnectorEnd object after modification or appending a new item.
If False is returned, check the 'GetLastError()' function for more information.