Uses of Interface
org.eclipse.emf.ecore.resource.Resource.Internal

Packages that use Resource.Internal
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.xmi.impl   
org.eclipse.emf.ecore.xml.type.util   
org.eclipse.emf.mapping.ecore2ecore.util   
org.eclipse.emf.mapping.ecore2xml.util   
 

Uses of Resource.Internal in org.eclipse.emf.ecore
 

Methods in org.eclipse.emf.ecore that return Resource.Internal
 Resource.Internal InternalEObject.eDirectResource()
          Returns the directly containing internal resource, or null.
 Resource.Internal InternalEObject.eInternalResource()
          Returns the containing internal resource, or null.
 

Methods in org.eclipse.emf.ecore with parameters of type Resource.Internal
 NotificationChain InternalEObject.eSetResource(Resource.Internal resource, NotificationChain notifications)
          Sets this object to be directly contained by the resource and returns accumulated notifications.
 

Uses of Resource.Internal in org.eclipse.emf.ecore.impl
 

Fields in org.eclipse.emf.ecore.impl declared as Resource.Internal
protected  Resource.Internal EStoreEObjectImpl.EStoreEPropertiesHolderImpl.eResource
           
protected  Resource.Internal BasicEObjectImpl.EPropertiesHolderBaseImpl.eResource
           
protected  Resource.Internal DynamicEObjectImpl.DynamicEPropertiesHolderImpl.eResource
           
 

Methods in org.eclipse.emf.ecore.impl that return Resource.Internal
 Resource.Internal BasicEObjectImpl.eDirectResource()
           
 Resource.Internal MinimalEObjectImpl.eDirectResource()
           
 Resource.Internal BasicEObjectImpl.eInternalResource()
           
 Resource.Internal EStoreEObjectImpl.EStoreEPropertiesHolderImpl.getEResource()
           
 Resource.Internal BasicEObjectImpl.EPropertiesHolder.getEResource()
           
 Resource.Internal BasicEObjectImpl.EPropertiesHolderBaseImpl.getEResource()
           
 Resource.Internal DynamicEObjectImpl.DynamicEPropertiesHolderImpl.getEResource()
           
 

Methods in org.eclipse.emf.ecore.impl with parameters of type Resource.Internal
protected  void EModelElementImpl.eSetDirectResource(Resource.Internal resource)
           
protected  void BasicEObjectImpl.eSetDirectResource(Resource.Internal resource)
           
protected  void MinimalEObjectImpl.eSetDirectResource(Resource.Internal resource)
           
 NotificationChain BasicEObjectImpl.eSetResource(Resource.Internal resource, NotificationChain notifications)
           
 void EStoreEObjectImpl.EStoreEPropertiesHolderImpl.setEResource(Resource.Internal eResource)
           
 void BasicEObjectImpl.EPropertiesHolder.setEResource(Resource.Internal eResource)
           
 void BasicEObjectImpl.EPropertiesHolderBaseImpl.setEResource(Resource.Internal eResource)
           
 void DynamicEObjectImpl.DynamicEPropertiesHolderImpl.setEResource(Resource.Internal eResource)
           
 

Uses of Resource.Internal in org.eclipse.emf.ecore.resource.impl
 

Classes in org.eclipse.emf.ecore.resource.impl that implement Resource.Internal
 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.
 

Uses of Resource.Internal in org.eclipse.emf.ecore.xmi.impl
 

Classes in org.eclipse.emf.ecore.xmi.impl that implement Resource.Internal
 class EMOFResourceImpl
          This class represents an Ecore model serialized as an EMOF XMI file.
 class GenericXMLResourceImpl
           
 class XMIResourceImpl
          This class represents an XMIResource.
 class XMLResourceImpl
          This class implements the XMLResource interface.
 

Uses of Resource.Internal in org.eclipse.emf.ecore.xml.type.util
 

Classes in org.eclipse.emf.ecore.xml.type.util that implement Resource.Internal
 class XMLTypeResourceImpl
          Provides access to the generated frame factory for the built-in XML types.
 

Uses of Resource.Internal in org.eclipse.emf.mapping.ecore2ecore.util
 

Classes in org.eclipse.emf.mapping.ecore2ecore.util that implement Resource.Internal
 class Ecore2EcoreResourceImpl
          The Resource associated with the package
 

Uses of Resource.Internal in org.eclipse.emf.mapping.ecore2xml.util
 

Classes in org.eclipse.emf.mapping.ecore2xml.util that implement Resource.Internal
 class Ecore2XMLResourceImpl
          The Resource associated with the package.
 


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