com.ibm.wala.ecore.common
Interface ECollection

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

public interface ECollection
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'ECollection'.

The following features are supported:

See Also:
CommonPackage.getECollection()

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

getContents

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

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

Returns:
the value of the 'Contents' reference list.
See Also:
CommonPackage.getECollection_Contents()