| 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.
|
| Modifier and Type | Method and Description |
|---|---|
InternalEObject.EStore |
InternalEObject.eStore()
Returns the store associated with this object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InternalEObject.eSetStore(InternalEObject.EStore store)
Set the store associated with this object.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
EStoreEObjectImpl.EStoreImpl
This class is for testing purposes only and will be removed.
|
| Modifier and Type | Field and Description |
|---|---|
protected InternalEObject.EStore |
EStoreEObjectImpl.eStore |
protected InternalEObject.EStore |
DynamicEStoreEObjectImpl.eStore |
protected InternalEObject.EStore |
EStoreEObjectImpl.EStoreEList.store |
protected InternalEObject.EStore |
EStoreEObjectImpl.EStoreFeatureMap.store |
| Modifier and Type | Method and Description |
|---|---|
abstract InternalEObject.EStore |
MinimalEStoreEObjectImpl.eStore() |
InternalEObject.EStore |
EStoreEObjectImpl.eStore() |
protected InternalEObject.EStore |
EStoreEObjectImpl.BasicEStoreEList.eStore() |
protected InternalEObject.EStore |
EStoreEObjectImpl.EStoreEList.eStore() |
protected InternalEObject.EStore |
EStoreEObjectImpl.BasicEStoreFeatureMap.eStore() |
protected InternalEObject.EStore |
EStoreEObjectImpl.EStoreFeatureMap.eStore() |
InternalEObject.EStore |
DynamicEStoreEObjectImpl.eStore() |
InternalEObject.EStore |
BasicEObjectImpl.eStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
EStoreEObjectImpl.eSetStore(InternalEObject.EStore store) |
void |
DynamicEStoreEObjectImpl.eSetStore(InternalEObject.EStore store) |
void |
BasicEObjectImpl.eSetStore(InternalEObject.EStore store) |
| Constructor and Description |
|---|
DynamicEStoreEObjectImpl(EClass eClass,
InternalEObject.EStore eStore)
Creates a store-based EObject.
|
DynamicEStoreEObjectImpl(InternalEObject.EStore eStore)
Creates a store-based EObject.
|
EStoreEList(InternalEObject owner,
EStructuralFeature eStructuralFeature,
InternalEObject.EStore store) |
EStoreEObjectImpl(EClass eClass,
InternalEObject.EStore eStore)
Creates a store-based EObject.
|
EStoreEObjectImpl(InternalEObject.EStore eStore)
Creates a store-based EObject.
|
EStoreFeatureMap(InternalEObject owner,
EStructuralFeature eStructuralFeature,
InternalEObject.EStore store) |
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature