javax.jmi.model
Interface Aliases

All Superinterfaces:
RefAssociation, RefBaseObject

public interface Aliases
extends RefAssociation


Method Summary
 boolean add(Import importer, Namespace imported)
           
 boolean exists(Import importer, Namespace imported)
           
 Namespace getImported(Import importer)
           
 java.util.Collection getImporter(Namespace imported)
           
 boolean remove(Import importer, Namespace imported)
           
 
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(Import importer,
                      Namespace imported)

getImporter

public java.util.Collection getImporter(Namespace imported)

getImported

public Namespace getImported(Import importer)

add

public boolean add(Import importer,
                   Namespace imported)

remove

public boolean remove(Import importer,
                      Namespace imported)