javax.jmi.model
Interface RefersTo

All Superinterfaces:
RefAssociation, RefBaseObject

public interface RefersTo
extends RefAssociation


Method Summary
 boolean add(Reference referent, AssociationEnd referencedEnd)
           
 boolean exists(Reference referent, AssociationEnd referencedEnd)
           
 AssociationEnd getReferencedEnd(Reference referent)
           
 java.util.Collection getReferent(AssociationEnd referencedEnd)
           
 boolean remove(Reference referent, AssociationEnd referencedEnd)
           
 
Methods inherited from interface javax.jmi.reflect.RefAssociation
refAddLink, refAllLinks, refLinkExists, refQuery, refQuery, refRemoveLink
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

exists

public boolean exists(Reference referent,
                      AssociationEnd referencedEnd)

getReferent

public java.util.Collection getReferent(AssociationEnd referencedEnd)

getReferencedEnd

public AssociationEnd getReferencedEnd(Reference referent)

add

public boolean add(Reference referent,
                   AssociationEnd referencedEnd)

remove

public boolean remove(Reference referent,
                      AssociationEnd referencedEnd)