Returns the containing object, or
null
.
An object is contained by another object if it appears in the {@link #eContents contents} of that object.The object will be contained by a {@link #eContainmentFeature containment feature} of the containing object.
@return the containing object.
@see #eResource
@see org.eclipse.emf.ecore.util.EcoreUtil#remove(EObject)
@see #eContainmentFeature
@see #eContainingFeature
@see org.eclipse.emf.ecore.util.EcoreUtil#getRootContainer(EObject)
@see #eContents
@ignore
@model
@generated