com.ibm.wala.ecore.common
Interface ENotContainer

All Superinterfaces:
ECollection, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ENotContainerImpl

public interface ENotContainer
extends ECollection

A representation of the model object 'ENot Container'.

The following features are supported:

See Also:
CommonPackage.getENotContainer()

Method Summary
 org.eclipse.emf.common.util.EList getElements()
          Returns the value of the 'Elements' 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

getElements

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

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

Returns:
the value of the 'Elements' reference list.
See Also:
CommonPackage.getENotContainer_Elements()