Returns a list view of the content objects; it is unmodifiable.
This will be the list of {@link EObject}s determined by the {@link #eGet(EStructuralFeature) contents} of the {@link EClass#getEAllContainments containment features} of this object's {@link #eClass meta class}. Objects can, {@link org.eclipse.emf.ecore.util.EcoreUtil#remove(EObject) indirectly}, be removed and will change to reflect {@link #eContainer container} changes.The implicit {@link #eAllContents tree} of contents is also directly available.
@return a list view of the content objects.
@see #eContainer
@see EClass#getEAllContainments
@see #eGet(EStructuralFeature)
@see org.eclipse.emf.ecore.util.EcoreUtil#remove(EObject)
@see #eAllContents
@ignore
@model many="false"
@generated