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   
 

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


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