javax.jmi.model
Interface Exposes

All Superinterfaces:
RefAssociation, RefBaseObject

public interface Exposes
extends RefAssociation


Method Summary
 boolean add(Reference referrer, AssociationEnd exposedEnd)
           
 boolean exists(Reference referrer, AssociationEnd exposedEnd)
           
 AssociationEnd getExposedEnd(Reference referrer)
           
 java.util.Collection getReferrer(AssociationEnd exposedEnd)
           
 boolean remove(Reference referrer, AssociationEnd exposedEnd)
           
 
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 referrer,
                      AssociationEnd exposedEnd)

getReferrer

public java.util.Collection getReferrer(AssociationEnd exposedEnd)

getExposedEnd

public AssociationEnd getExposedEnd(Reference referrer)

add

public boolean add(Reference referrer,
                   AssociationEnd exposedEnd)

remove

public boolean remove(Reference referrer,
                      AssociationEnd exposedEnd)