javax.jmi.model
Interface Contains

All Superinterfaces:
RefAssociation, RefBaseObject

public interface Contains
extends RefAssociation


Method Summary
 boolean add(Namespace container, ModelElement containedElement)
           
 boolean exists(Namespace container, ModelElement containedElement)
           
 List getContainedElement(Namespace container)
           
 Namespace getContainer(ModelElement containedElement)
           
 boolean remove(Namespace container, ModelElement containedElement)
           
 
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(Namespace container,
               ModelElement containedElement)

getContainer

Namespace getContainer(ModelElement containedElement)

getContainedElement

List getContainedElement(Namespace container)

add

boolean add(Namespace container,
            ModelElement containedElement)

remove

boolean remove(Namespace container,
               ModelElement containedElement)


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