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

boolean exists(Reference referent,
               AssociationEnd referencedEnd)

getReferent

Collection getReferent(AssociationEnd referencedEnd)

getReferencedEnd

AssociationEnd getReferencedEnd(Reference referent)

add

boolean add(Reference referent,
            AssociationEnd referencedEnd)

remove

boolean remove(Reference referent,
               AssociationEnd referencedEnd)


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