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

Packages that use EMap
org.eclipse.emf.codegen.ecore.genmodel   
org.eclipse.emf.codegen.ecore.genmodel.impl   
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   
org.eclipse.emf.exporter   
org.eclipse.emf.mapping.ecore2xml   
org.eclipse.emf.mapping.ecore2xml.impl   
 

Uses of EMap in org.eclipse.emf.codegen.ecore.genmodel
 

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

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

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

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return EMap
 EMap GenAnnotationImpl.getDetails()
           
 

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.
 

Fields in org.eclipse.emf.common.util declared as EMap
static EMap ECollections.EMPTY_EMAP
          An unmodifiable empty map with an efficient reusable iterator.
 

Methods in org.eclipse.emf.common.util that return EMap
 EMap EMap.InternalMapView.eMap()
          Returns the EMap view of the map.
static EMap ECollections.unmodifiableEMap(EMap map)
          Returns an unmodifiable 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.
static EMap ECollections.unmodifiableEMap(EMap map)
          Returns an unmodifiable view of the map.
 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
           
static class EcoreEMap.Unsettable
           
 

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()
           
protected  EMap XMLHandler.recordNamespacesSchemaLocations(EObject root)
           
 

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()
           
 

Uses of EMap in org.eclipse.emf.exporter
 

Methods in org.eclipse.emf.exporter that return EMap
protected  EMap ModelExporter.getExporterGenAnnotationDetails(GenBase genBase)
          Returns the GenBase object's GenAnnotation Details map associated with this Model Exporter or ECollections.EMPTY_EMAP
protected  EMap ModelExporter.getExporterNestedGenAnnotationDetails(GenBase genBase, String nestedGenAnnotationSource)
           
 

Uses of EMap in org.eclipse.emf.mapping.ecore2xml
 

Methods in org.eclipse.emf.mapping.ecore2xml that return EMap
 EMap XMLMap.getEcoreToXMLInfo()
          Returns the value of the 'Ecore To XML Info' map.
 

Uses of EMap in org.eclipse.emf.mapping.ecore2xml.impl
 

Fields in org.eclipse.emf.mapping.ecore2xml.impl declared as EMap
protected  EMap XMLMapImpl.ecoreToXMLInfo
          The cached value of the 'Ecore To XML Info' map
 

Methods in org.eclipse.emf.mapping.ecore2xml.impl that return EMap
 EMap XMLMapImpl.getEcoreToXMLInfo()
           
 EMap ENamedElementToXMLInfoMapEntryImpl.getEMap()
           
 


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