oaDestroy2DTableRelationshipChangeRec Class Reference

Inheritance diagram for oaDestroy2DTableRelationshipChangeRec:

oaDestroyRelationshipChangeRec oaRelationshipChangeRec oaLeafChangeRec oaChangeRec


Public Methods

 oaDestroy2DTableRelationshipChangeRec (oaChangeSetBase *changeSetIn, sr::srRelationshipBase::SPtr valueIn)
virtual ~oaDestroy2DTableRelationshipChangeRec ()
virtual const sd::sdRelationshipBase * getSchemaDefinition () const
virtual oaCMObjectRef::SPtr getFrom () const
sr::srRelationshipBase::SPtr getValue () const
virtual void accept (oaChangeRecVisitor *visitor, oaBoolean forward=true)

Constructor & Destructor Documentation

oaDestroy2DTableRelationshipChangeRec::oaDestroy2DTableRelationshipChangeRec oaChangeSetBase *    changeSetIn,
sr::srRelationshipBase::SPtr    valueIn
 

virtual oaDestroy2DTableRelationshipChangeRec::~oaDestroy2DTableRelationshipChangeRec   [virtual]
 


Member Function Documentation

virtual void oaDestroy2DTableRelationshipChangeRec::accept oaChangeRecVisitor *    visitor,
oaBoolean    forward = true
[virtual]
 

This function accepts a change record visitor to allow access to the change record. It calls the visit function of the specified visitor on this object.

The forward parameter indicates the direction in which the change records are being visited. The forward parameter might be set to false if the goal of the visit is to roll back changes due to an undo command.

Parameters:
visitor A pointer to the change record visitor to call on this object.
forward Specifies the direction in which change records are being visited.

Implements oaChangeRec.

virtual oaCMObjectRef::SPtr oaDestroy2DTableRelationshipChangeRec::getFrom   const [virtual]
 

This function returns the from object of the relationship associated with this change record.

Reimplemented from oaRelationshipChangeRec.

virtual const sd::sdRelationshipBase* oaDestroy2DTableRelationshipChangeRec::getSchemaDefinition   const [virtual]
 

This function returns the schema definition for the relationship that is the subject of this oaRelationshipChangeRec.

Reimplemented from oaRelationshipChangeRec.

sr::srRelationshipBase::SPtr oaDestroy2DTableRelationshipChangeRec::getValue   const
 


The documentation for this class was generated from the following file:

Return to top of page