@ParametersAreNonnullByDefault public interface PersistentEObject extends org.eclipse.emf.ecore.InternalEObject, Storable, Iterable<PersistentEObject>
| Modifier and Type | Method and Description |
|---|---|
PersistentEObject |
eInternalContainer() |
static PersistentEObject |
from(Object object)
Returns the given
object as a PersistentEObject. |
Id |
id()
Returns the identifier of this
PersistentEObject. |
void |
id(Id newId)
Defines the identifier of this
PersistentEObject. |
default Iterator<PersistentEObject> |
iterator()
Returns an iterator on the direct content of this object.
|
org.eclipse.emf.ecore.resource.Resource.Internal |
resource()
Returns the resource that contains this
PersistentEObject. |
void |
resource(org.eclipse.emf.ecore.resource.Resource.Internal newResource)
Defines the resource that contains this
PersistentEObject. |
eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainerFeatureID, eDerivedOperationID, eDerivedStructuralFeatureID, eDirectResource, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eNotificationRequired, eObjectForURIFragmentSegment, eProxyURI, eResolveProxy, eSet, eSetClass, eSetProxyURI, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegmenteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverforEach, spliterator@Nonnull static PersistentEObject from(Object object)
object as a PersistentEObject.object - the object to adaptPersistentEObjectNullPointerException - if the object is nullIllegalArgumentException - if the object cannot be adapted as a PersistentEObjectvoid id(Id newId)
PersistentEObject.newId - the identifier@Nullable org.eclipse.emf.ecore.resource.Resource.Internal resource()
PersistentEObject.void resource(@Nullable org.eclipse.emf.ecore.resource.Resource.Internal newResource)
PersistentEObject.newResource - the containing resourcePersistentEObject eInternalContainer()
eInternalContainer in interface org.eclipse.emf.ecore.InternalEObject@Nonnull default Iterator<PersistentEObject> iterator()
iterator in interface Iterable<PersistentEObject>EObject.eContents()Copyright © 2013–2019 Atlanmod. All rights reserved.