com.togethersoft.openapi.rwi
Interface RwiMemberReference


public interface RwiMemberReference
extends RwiReference

A reference to a member.

Author:
TogetherSoft
Since: Together 3.0
See Also: RwiReference

Method Summary
 RwiNodeReferencegetContainingNodeReference()
          Returns a reference to the containing node for this reference's member.
 RwiMembergetMember()
          Returns a member for this reference.
 RwiMemberPositionsgetMemberPositions()
           

Methods inherited from interface com.togethersoft.openapi.rwi.RwiReference
canDelete, delete, getContainingDiagram, getElement, getPositions, isImported, isVisible, outgoingLinkReferences, setVisible

Methods inherited from interface com.togethersoft.openapi.rwi.RwiPropertyMap
addProperty, canAddProperty, canSetProperty, canSetProperty, getProperty, hasProperty, isPropertyReadable, isPropertyWritable, properties, properties, setProperty, setProperty

Method Detail

getContainingNodeReference

public RwiNodeReference getContainingNodeReference()
Returns a reference to the containing node for this reference's member.
Returns: a reference to the containing node for this reference's member

getMember

public RwiMember getMember()
Returns a member for this reference.
returnb a member for this reference

getMemberPositions

public RwiMemberPositions getMemberPositions()