TIBCO Adapter SDK C++ Reference
|
M_ASSOCIATION_BY_CONTAINMENT. Implies that an instance of class A "owns" one or more instances of class B. No other class has ownership of the same B instance. If class A is deleted, logically the B instance should be deleted also.
M_ASSOCIATION_BY_REFERENCE. An instance of class A is associated with zero or more instances of class B.
The B instances may be referenced by more than one instance of A. This is the most general form of association and is the default if no type is specified.
See also MAssociationType.
virtual MAssociationType getAssociationType() const;