Uses of Interface
org.eclipse.emf.ecore.InternalEObject.EStore

Packages that use InternalEObject.EStore
org.eclipse.emf.ecore Provides an API for the Ecore dialect of UML. 
org.eclipse.emf.ecore.impl Provides an implementation of Ecore. 
 

Uses of InternalEObject.EStore in org.eclipse.emf.ecore
 

Methods in org.eclipse.emf.ecore that return InternalEObject.EStore
 InternalEObject.EStore InternalEObject.eStore()
          Returns the store associated with this object.
 

Methods in org.eclipse.emf.ecore with parameters of type InternalEObject.EStore
 void InternalEObject.eSetStore(InternalEObject.EStore store)
          Set the store associated with this object.
 

Uses of InternalEObject.EStore in org.eclipse.emf.ecore.impl
 

Classes in org.eclipse.emf.ecore.impl that implement InternalEObject.EStore
static class EStoreEObjectImpl.EStoreImpl
          This class is for testing purposes only and will be removed.
 

Fields in org.eclipse.emf.ecore.impl declared as InternalEObject.EStore
protected  InternalEObject.EStore EStoreEObjectImpl.eStore
           
protected  InternalEObject.EStore DynamicEStoreEObjectImpl.eStore
           
protected  InternalEObject.EStore EStoreEObjectImpl.EStoreEList.store
           
protected  InternalEObject.EStore EStoreEObjectImpl.EStoreFeatureMap.store
           
 

Methods in org.eclipse.emf.ecore.impl that return InternalEObject.EStore
 InternalEObject.EStore BasicEObjectImpl.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()
           
 

Methods in org.eclipse.emf.ecore.impl with parameters of type InternalEObject.EStore
 void BasicEObjectImpl.eSetStore(InternalEObject.EStore store)
           
 void EStoreEObjectImpl.eSetStore(InternalEObject.EStore store)
           
 void DynamicEStoreEObjectImpl.eSetStore(InternalEObject.EStore store)
           
 

Constructors in org.eclipse.emf.ecore.impl with parameters of type InternalEObject.EStore
DynamicEStoreEObjectImpl(EClass eClass, InternalEObject.EStore eStore)
          Creates a store-based EObject.
DynamicEStoreEObjectImpl(InternalEObject.EStore eStore)
          Creates a store-based EObject.
EStoreEObjectImpl.EStoreEList(InternalEObject owner, EStructuralFeature eStructuralFeature, InternalEObject.EStore store)
           
EStoreEObjectImpl.EStoreFeatureMap(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.
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.