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)
           
 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

boolean exists(Reference referrer,
               AssociationEnd exposedEnd)

getReferrer

Collection getReferrer(AssociationEnd exposedEnd)

getExposedEnd

AssociationEnd getExposedEnd(Reference referrer)

add

boolean add(Reference referrer,
            AssociationEnd exposedEnd)

remove

boolean remove(Reference referrer,
               AssociationEnd exposedEnd)


This software is published under the BSD license. Copyright © 2003-2008, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.