com.ibm.wala.ecore.common
Interface EContainer

All Superinterfaces:
ECollection, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
ERelation
All Known Implementing Classes:
EContainerImpl, ERelationImpl

public interface EContainer
extends ECollection

A representation of the model object 'EContainer'.

The following features are supported:

See Also:
CommonPackage.getEContainer()

Method Summary
 org.eclipse.emf.common.util.EList getContainees()
          Returns the value of the 'Containees' containment reference list.
 
Methods inherited from interface com.ibm.wala.ecore.common.ECollection
getContents
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getContainees

org.eclipse.emf.common.util.EList getContainees()
Returns the value of the 'Containees' containment reference list. The list contents are of type EObject.

If the meaning of the 'Containees' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Containees' containment reference list.
See Also:
CommonPackage.getEContainer_Containees()