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

boolean exists(Import importer,
               Namespace imported)

getImporter

Collection getImporter(Namespace imported)

getImported

Namespace getImported(Import importer)

add

boolean add(Import importer,
            Namespace imported)

remove

boolean remove(Import importer,
               Namespace imported)


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