| Package | Description |
|---|---|
| org.eclipse.emf.ecore |
Provides an API for the Ecore dialect of
UML.
|
| org.eclipse.emf.ecore.impl |
Provides an implementation of Ecore.
|
| org.eclipse.emf.ecore.resource.impl |
Provides an implementation of the resource API.
|
| org.eclipse.emf.ecore.xml.type.util |
| Modifier and Type | Method and Description |
|---|---|
Resource.Internal |
InternalEObject.eDirectResource()
Returns the directly containing internal resource, or
null. |
Resource.Internal |
InternalEObject.eInternalResource()
Returns the containing internal resource, or
null. |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
InternalEObject.eSetResource(Resource.Internal resource,
NotificationChain notifications)
Sets this object to be directly contained by the resource
and returns accumulated notifications.
|
| Modifier and Type | Field and Description |
|---|---|
protected Resource.Internal |
EStoreEObjectImpl.EStoreEPropertiesHolderImpl.eResource |
protected Resource.Internal |
DynamicEObjectImpl.DynamicEPropertiesHolderImpl.eResource |
protected Resource.Internal |
BasicEObjectImpl.EPropertiesHolderBaseImpl.eResource |
| Modifier and Type | Method and Description |
|---|---|
Resource.Internal |
MinimalEObjectImpl.eDirectResource() |
Resource.Internal |
BasicEObjectImpl.eDirectResource() |
Resource.Internal |
BasicEObjectImpl.eInternalResource() |
Resource.Internal |
EStoreEObjectImpl.EStoreEPropertiesHolderImpl.getEResource() |
Resource.Internal |
DynamicEObjectImpl.DynamicEPropertiesHolderImpl.getEResource() |
Resource.Internal |
BasicEObjectImpl.EPropertiesHolder.getEResource() |
Resource.Internal |
BasicEObjectImpl.EPropertiesHolderBaseImpl.getEResource() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MinimalEObjectImpl.eSetDirectResource(Resource.Internal resource) |
protected void |
EModelElementImpl.eSetDirectResource(Resource.Internal resource) |
protected void |
BasicEObjectImpl.eSetDirectResource(Resource.Internal resource) |
NotificationChain |
BasicEObjectImpl.eSetResource(Resource.Internal resource,
NotificationChain notifications) |
void |
EStoreEObjectImpl.EStoreEPropertiesHolderImpl.setEResource(Resource.Internal eResource) |
void |
DynamicEObjectImpl.DynamicEPropertiesHolderImpl.setEResource(Resource.Internal eResource) |
void |
BasicEObjectImpl.EPropertiesHolder.setEResource(Resource.Internal eResource) |
void |
BasicEObjectImpl.EPropertiesHolderBaseImpl.setEResource(Resource.Internal eResource) |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryResourceImpl
An API for efficiently producing and consuming a compact binary serialization that's suitable for long term storage.
|
class |
ResourceImpl
A highly extensible resource implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMLTypeResourceImpl
Provides access to the generated frame factory for the built-in XML types.
|
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature