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

add

boolean add(Reference referrer,
            AssociationEnd exposedEnd)

exists

boolean exists(Reference referrer,
               AssociationEnd exposedEnd)

getExposedEnd

AssociationEnd getExposedEnd(Reference referrer)

getReferrer

java.util.Collection getReferrer(AssociationEnd exposedEnd)

remove

boolean remove(Reference referrer,
               AssociationEnd exposedEnd)