Uses of Interface
org.eclipse.emf.common.util.EMap

Packages that use EMap
org.eclipse.emf.common.util Provides basic utilities. 
org.eclipse.emf.ecore Provides an API for the Ecore dialect of UML. 
org.eclipse.emf.ecore.change Provides an API for describing and applying model changes. 
org.eclipse.emf.ecore.change.impl Provides an implementation of the Change model. 
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.util Provides utilities. 
org.eclipse.emf.ecore.xmi   
org.eclipse.emf.ecore.xmi.impl   
org.eclipse.emf.ecore.xml.namespace   
org.eclipse.emf.ecore.xml.namespace.impl   
org.eclipse.emf.ecore.xml.type   
org.eclipse.emf.ecore.xml.type.impl   
 

Uses of EMap in org.eclipse.emf.common.util
 

Classes in org.eclipse.emf.common.util that implement EMap
 class BasicEMap
          A highly extensible map implementation.
 

Methods in org.eclipse.emf.common.util that return EMap
 EMap EMap.InternalMapView.eMap()
          Returns the EMap view of the map.
 EMap BasicEMap.DelegatingMap.eMap()
           
 

Methods in org.eclipse.emf.common.util with parameters of type EMap
 void EMap.putAll(EMap map)
          Puts each Map.Entry of the given map into this one.
 void BasicEMap.putAll(EMap map)
           
 

Uses of EMap in org.eclipse.emf.ecore
 

Methods in org.eclipse.emf.ecore that return EMap
 EMap EAnnotation.getDetails()
          Returns the value of the 'Details' map.
 

Uses of EMap in org.eclipse.emf.ecore.change
 

Methods in org.eclipse.emf.ecore.change that return EMap
 EMap ChangeDescription.getObjectChanges()
          Returns the value of the 'Object Changes' map.
 

Uses of EMap in org.eclipse.emf.ecore.change.impl
 

Fields in org.eclipse.emf.ecore.change.impl declared as EMap
protected  EMap ChangeDescriptionImpl.objectChanges
          The cached value of the 'Object Changes' map
 

Methods in org.eclipse.emf.ecore.change.impl that return EMap
 EMap EObjectToChangesMapEntryImpl.getEMap()
           
 EMap ChangeDescriptionImpl.getObjectChanges()
           
 

Uses of EMap in org.eclipse.emf.ecore.impl
 

Fields in org.eclipse.emf.ecore.impl declared as EMap
protected  EMap EAnnotationImpl.details
          The cached value of the 'Details' map
 

Methods in org.eclipse.emf.ecore.impl that return EMap
 EMap EStringToStringMapEntryImpl.getEMap()
           
 EMap EAnnotationImpl.getDetails()
           
 

Uses of EMap in org.eclipse.emf.ecore.resource.impl
 

Classes in org.eclipse.emf.ecore.resource.impl that implement EMap
 class URIMappingRegistryImpl
          An extensible implementation of a URI mapping registry.
 

Uses of EMap in org.eclipse.emf.ecore.util
 

Classes in org.eclipse.emf.ecore.util that implement EMap
 class EcoreEMap
           
 

Uses of EMap in org.eclipse.emf.ecore.xmi
 

Methods in org.eclipse.emf.ecore.xmi that return EMap
 EMap XMLHelper.getPrefixToNamespaceMap()
           
 

Methods in org.eclipse.emf.ecore.xmi with parameters of type EMap
 void XMLHelper.setPrefixToNamespaceMap(EMap prefixToNamespaceMap)
           
 

Uses of EMap in org.eclipse.emf.ecore.xmi.impl
 

Fields in org.eclipse.emf.ecore.xmi.impl declared as EMap
protected  EMap XMLHelperImpl.prefixesToURIs
           
 

Methods in org.eclipse.emf.ecore.xmi.impl that return EMap
 EMap XMLHelperImpl.getPrefixToNamespaceMap()
           
 

Methods in org.eclipse.emf.ecore.xmi.impl with parameters of type EMap
 void XMLHelperImpl.setPrefixToNamespaceMap(EMap prefixToNamespaceMap)
           
 

Uses of EMap in org.eclipse.emf.ecore.xml.namespace
 

Methods in org.eclipse.emf.ecore.xml.namespace that return EMap
 EMap XMLNamespaceDocumentRoot.getXMLNSPrefixMap()
          Returns the value of the 'XMLNS Prefix Map' map.
 EMap XMLNamespaceDocumentRoot.getXSISchemaLocation()
          Returns the value of the 'XSI Schema Location' map.
 

Uses of EMap in org.eclipse.emf.ecore.xml.namespace.impl
 

Fields in org.eclipse.emf.ecore.xml.namespace.impl declared as EMap
protected  EMap XMLNamespaceDocumentRootImpl.xMLNSPrefixMap
          The cached value of the 'XMLNS Prefix Map' map
protected  EMap XMLNamespaceDocumentRootImpl.xSISchemaLocation
          The cached value of the 'XSI Schema Location' map
 

Methods in org.eclipse.emf.ecore.xml.namespace.impl that return EMap
 EMap XMLNamespaceDocumentRootImpl.getXMLNSPrefixMap()
           
 EMap XMLNamespaceDocumentRootImpl.getXSISchemaLocation()
           
 

Uses of EMap in org.eclipse.emf.ecore.xml.type
 

Methods in org.eclipse.emf.ecore.xml.type that return EMap
 EMap XMLTypeDocumentRoot.getXMLNSPrefixMap()
          Returns the value of the 'XMLNS Prefix Map' map.
 EMap XMLTypeDocumentRoot.getXSISchemaLocation()
          Returns the value of the 'XSI Schema Location' map.
 

Uses of EMap in org.eclipse.emf.ecore.xml.type.impl
 

Fields in org.eclipse.emf.ecore.xml.type.impl declared as EMap
protected  EMap XMLTypeDocumentRootImpl.xMLNSPrefixMap
          The cached value of the 'XMLNS Prefix Map' map
protected  EMap XMLTypeDocumentRootImpl.xSISchemaLocation
          The cached value of the 'XSI Schema Location' map
 

Methods in org.eclipse.emf.ecore.xml.type.impl that return EMap
 EMap XMLTypeDocumentRootImpl.getXMLNSPrefixMap()
           
 EMap XMLTypeDocumentRootImpl.getXSISchemaLocation()
           
 


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