Uses of Interface
org.eclipse.emf.ecore.util.FeatureMap

Packages that use FeatureMap
org.eclipse.emf.ecore.impl Provides an implementation of Ecore. 
org.eclipse.emf.ecore.util Provides utilities. 
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.examples.extlibrary   
org.eclipse.emf.examples.extlibrary.impl   
org.eclipse.emf.test.core.featuremap.supplier   
org.eclipse.emf.test.core.featuremap.supplier.impl   
org.eclipse.emf.test.models.customer   
org.eclipse.emf.test.models.customer.impl   
org.eclipse.emf.test.models.dbitem   
org.eclipse.emf.test.models.dbitem.impl   
org.eclipse.emf.test.models.movie.db   
org.eclipse.emf.test.models.movie.db.impl   
org.eclipse.emf.test.models.order   
org.eclipse.emf.test.models.order.impl   
org.eclipse.emf.test.models.qname   
org.eclipse.emf.test.models.qname.impl   
 

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

Classes in org.eclipse.emf.ecore.impl that implement FeatureMap
static class EStoreEObjectImpl.BasicEStoreFeatureMap
          A feature map that delegates to a store.
static class EStoreEObjectImpl.EStoreFeatureMap
          A feature map that delegates to a store.
 

Methods in org.eclipse.emf.ecore.impl that return FeatureMap
protected  FeatureMap DynamicEStoreEObjectImpl.createFeatureMap(EStructuralFeature eStructuralFeature)
           
protected  FeatureMap EStoreEObjectImpl.createFeatureMap(EStructuralFeature eStructuralFeature)
           
 

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

Subinterfaces of FeatureMap in org.eclipse.emf.ecore.util
static interface FeatureMap.Internal
           
 

Classes in org.eclipse.emf.ecore.util that implement FeatureMap
 class BasicFeatureMap
           
 class DelegatingFeatureMap
           
static class FeatureMapUtil.FeatureFeatureMap
           
 

Methods in org.eclipse.emf.ecore.util that return FeatureMap
 FeatureMap BasicFeatureMap.featureMap()
           
 FeatureMap BasicFeatureMap.FeatureMapEObjectImpl.featureMap()
           
 FeatureMap FeatureMapUtil.FeatureFeatureMap.featureMap()
           
 FeatureMap FeatureMap.Internal.Wrapper.featureMap()
           
 FeatureMap DelegatingFeatureMap.featureMap()
           
 FeatureMap DelegatingFeatureMap.FeatureMapEObjectImpl.featureMap()
           
 

Methods in org.eclipse.emf.ecore.util with parameters of type FeatureMap
static void FeatureMapUtil.addCDATA(FeatureMap featureMap, int index, java.lang.String cdata)
           
static void FeatureMapUtil.addCDATA(FeatureMap featureMap, java.lang.String cdata)
           
static void FeatureMapUtil.addComment(FeatureMap featureMap, int index, java.lang.String comment)
           
static void FeatureMapUtil.addComment(FeatureMap featureMap, java.lang.String comment)
           
static void FeatureMapUtil.addProcessingInstruction(FeatureMap featureMap, int index, java.lang.String target, java.lang.String data)
           
static void FeatureMapUtil.addProcessingInstruction(FeatureMap featureMap, java.lang.String target, java.lang.String data)
           
static void FeatureMapUtil.addText(FeatureMap featureMap, int index, java.lang.String text)
           
static void FeatureMapUtil.addText(FeatureMap featureMap, java.lang.String text)
           
protected  boolean EcoreUtil.EqualityHelper.equalFeatureMaps(FeatureMap featureMap1, FeatureMap featureMap2)
          Returns whether the two feature maps are equal.
 boolean EcoreValidator.validateEFeatureMap(FeatureMap eFeatureMap, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

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

Fields in org.eclipse.emf.ecore.xmi.impl with type parameters of type FeatureMap
protected  XMLHandler.MyStack<FeatureMap> XMLHandler.mixedTargets
           
 

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

Methods in org.eclipse.emf.ecore.xml.namespace that return FeatureMap
 FeatureMap XMLNamespaceDocumentRoot.getMixed()
          Returns the value of the 'Mixed' attribute list.
 

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

Fields in org.eclipse.emf.ecore.xml.namespace.impl declared as FeatureMap
protected  FeatureMap XMLNamespaceDocumentRootImpl.mixed
          The cached value of the 'Mixed' attribute list
 

Methods in org.eclipse.emf.ecore.xml.namespace.impl that return FeatureMap
 FeatureMap XMLNamespaceDocumentRootImpl.getMixed()
           
 

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

Methods in org.eclipse.emf.ecore.xml.type that return FeatureMap
 FeatureMap AnyType.getAny()
          Returns the value of the 'Any' attribute list.
 FeatureMap AnyType.getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 FeatureMap AnyType.getMixed()
          Returns the value of the 'Mixed' attribute list.
 FeatureMap XMLTypeDocumentRoot.getMixed()
          Returns the value of the 'Mixed' attribute list.
 

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

Fields in org.eclipse.emf.ecore.xml.type.impl declared as FeatureMap
protected  FeatureMap AnyTypeImpl.anyAttribute
          The cached value of the 'Any Attribute' attribute list
protected  FeatureMap XMLTypeDocumentRootImpl.mixed
          The cached value of the 'Mixed' attribute list
protected  FeatureMap AnyTypeImpl.mixed
          The cached value of the 'Mixed' attribute list
 

Methods in org.eclipse.emf.ecore.xml.type.impl that return FeatureMap
 FeatureMap AnyTypeImpl.getAny()
           
 FeatureMap AnyTypeImpl.getAnyAttribute()
           
 FeatureMap XMLTypeDocumentRootImpl.getMixed()
           
 FeatureMap AnyTypeImpl.getMixed()
           
 

Uses of FeatureMap in org.eclipse.emf.examples.extlibrary
 

Methods in org.eclipse.emf.examples.extlibrary that return FeatureMap
 FeatureMap Library.getPeople()
          Returns the value of the 'People' attribute list.
 

Uses of FeatureMap in org.eclipse.emf.examples.extlibrary.impl
 

Fields in org.eclipse.emf.examples.extlibrary.impl declared as FeatureMap
protected  FeatureMap LibraryImpl.people
          The cached value of the 'People' attribute list
 

Methods in org.eclipse.emf.examples.extlibrary.impl that return FeatureMap
 FeatureMap LibraryImpl.getPeople()
           
 

Uses of FeatureMap in org.eclipse.emf.test.core.featuremap.supplier
 

Methods in org.eclipse.emf.test.core.featuremap.supplier that return FeatureMap
 FeatureMap Supplier.getOrders()
          Returns the value of the 'Orders' attribute list.
 

Uses of FeatureMap in org.eclipse.emf.test.core.featuremap.supplier.impl
 

Fields in org.eclipse.emf.test.core.featuremap.supplier.impl declared as FeatureMap
protected  FeatureMap SupplierImpl.orders
          The cached value of the 'Orders' attribute list
 

Methods in org.eclipse.emf.test.core.featuremap.supplier.impl that return FeatureMap
 FeatureMap SupplierImpl.getOrders()
           
 

Uses of FeatureMap in org.eclipse.emf.test.models.customer
 

Methods in org.eclipse.emf.test.models.customer that return FeatureMap
 FeatureMap DocumentRoot.getMixed()
          Returns the value of the 'Mixed' attribute list.
 FeatureMap CustomersType.getMixed()
          Returns the value of the 'Mixed' attribute list.
 

Uses of FeatureMap in org.eclipse.emf.test.models.customer.impl
 

Fields in org.eclipse.emf.test.models.customer.impl declared as FeatureMap
protected  FeatureMap CustomersTypeImpl.mixed
          The cached value of the 'Mixed' attribute list
protected  FeatureMap DocumentRootImpl.mixed
          The cached value of the 'Mixed' attribute list
 

Methods in org.eclipse.emf.test.models.customer.impl that return FeatureMap
 FeatureMap CustomersTypeImpl.getMixed()
           
 FeatureMap DocumentRootImpl.getMixed()
           
 

Uses of FeatureMap in org.eclipse.emf.test.models.dbitem
 

Methods in org.eclipse.emf.test.models.dbitem that return FeatureMap
 FeatureMap DocumentRoot.getMixed()
          Returns the value of the 'Mixed' attribute list.
 

Uses of FeatureMap in org.eclipse.emf.test.models.dbitem.impl
 

Fields in org.eclipse.emf.test.models.dbitem.impl declared as FeatureMap
protected  FeatureMap DocumentRootImpl.mixed
          The cached value of the 'Mixed' attribute list
 

Methods in org.eclipse.emf.test.models.dbitem.impl that return FeatureMap
 FeatureMap DocumentRootImpl.getMixed()
           
 

Uses of FeatureMap in org.eclipse.emf.test.models.movie.db
 

Methods in org.eclipse.emf.test.models.movie.db that return FeatureMap
 FeatureMap MovieType.getAny()
          Returns the value of the 'Any' attribute list.
 FeatureMap MovieType.getCriticsReviewGroup()
          Returns the value of the 'Critics Review Group' attribute list.
 FeatureMap DocumentRoot.getMixed()
          Returns the value of the 'Mixed' attribute list.
 FeatureMap MovieDBType.getMovieDBFeatureMap()
          Returns the value of the 'Movie DB Feature Map' attribute list.
 

Uses of FeatureMap in org.eclipse.emf.test.models.movie.db.impl
 

Fields in org.eclipse.emf.test.models.movie.db.impl declared as FeatureMap
protected  FeatureMap MovieTypeImpl.any
          The cached value of the 'Any' attribute list
protected  FeatureMap MovieTypeImpl.criticsReviewGroup
          The cached value of the 'Critics Review Group' attribute list
protected  FeatureMap DocumentRootImpl.mixed
          The cached value of the 'Mixed' attribute list
protected  FeatureMap MovieDBTypeImpl.movieDBFeatureMap
          The cached value of the 'Movie DB Feature Map' attribute list
 

Methods in org.eclipse.emf.test.models.movie.db.impl that return FeatureMap
 FeatureMap MovieTypeImpl.getAny()
           
 FeatureMap MovieTypeImpl.getCriticsReviewGroup()
           
 FeatureMap DocumentRootImpl.getMixed()
           
 FeatureMap MovieDBTypeImpl.getMovieDBFeatureMap()
           
 

Uses of FeatureMap in org.eclipse.emf.test.models.order
 

Methods in org.eclipse.emf.test.models.order that return FeatureMap
 FeatureMap CustomerOrder.getAny()
          Returns the value of the 'Any' attribute list.
 FeatureMap DocumentRoot.getMixed()
          Returns the value of the 'Mixed' attribute list.
 

Uses of FeatureMap in org.eclipse.emf.test.models.order.impl
 

Fields in org.eclipse.emf.test.models.order.impl declared as FeatureMap
protected  FeatureMap CustomerOrderImpl.any
          The cached value of the 'Any' attribute list
protected  FeatureMap DocumentRootImpl.mixed
          The cached value of the 'Mixed' attribute list
 

Methods in org.eclipse.emf.test.models.order.impl that return FeatureMap
 FeatureMap CustomerOrderImpl.getAny()
           
 FeatureMap DocumentRootImpl.getMixed()
           
 

Uses of FeatureMap in org.eclipse.emf.test.models.qname
 

Methods in org.eclipse.emf.test.models.qname that return FeatureMap
 FeatureMap ResourceType.getAny()
          Returns the value of the 'Any' attribute list.
 FeatureMap ResourceType.getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 FeatureMap DocumentRoot.getMixed()
          Returns the value of the 'Mixed' attribute list.
 

Uses of FeatureMap in org.eclipse.emf.test.models.qname.impl
 

Fields in org.eclipse.emf.test.models.qname.impl declared as FeatureMap
protected  FeatureMap ResourceTypeImpl.any
          The cached value of the 'Any' attribute list
protected  FeatureMap ResourceTypeImpl.anyAttribute
          The cached value of the 'Any Attribute' attribute list
protected  FeatureMap DocumentRootImpl.mixed
          The cached value of the 'Mixed' attribute list
 

Methods in org.eclipse.emf.test.models.qname.impl that return FeatureMap
 FeatureMap ResourceTypeImpl.getAny()
           
 FeatureMap ResourceTypeImpl.getAnyAttribute()
           
 FeatureMap DocumentRootImpl.getMixed()
           
 


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