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.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.EStoreFeatureMap
          A feature map that delegates to a store.
 

Methods in org.eclipse.emf.ecore.impl that return FeatureMap
protected  FeatureMap EStoreEObjectImpl.createFeatureMap(EStructuralFeature eStructuralFeature)
           
protected  FeatureMap DynamicEStoreEObjectImpl.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 FeatureMapUtil.FeatureFeatureMap.featureMap()
           
 FeatureMap FeatureMap.Internal.Wrapper.featureMap()
           
 FeatureMap DelegatingFeatureMap.featureMap()
           
 FeatureMap DelegatingFeatureMap.FeatureMapEObjectImpl.featureMap()
           
 FeatureMap BasicFeatureMap.featureMap()
           
 FeatureMap BasicFeatureMap.FeatureMapEObjectImpl.featureMap()
           
 

Methods in org.eclipse.emf.ecore.util with parameters of type FeatureMap
static void FeatureMapUtil.addText(FeatureMap featureMap, String text)
           
static void FeatureMapUtil.addText(FeatureMap featureMap, int index, String text)
           
static void FeatureMapUtil.addCDATA(FeatureMap featureMap, String cdata)
           
static void FeatureMapUtil.addCDATA(FeatureMap featureMap, int index, String cdata)
           
static void FeatureMapUtil.addComment(FeatureMap featureMap, String comment)
           
static void FeatureMapUtil.addComment(FeatureMap featureMap, int index, String comment)
           
protected  boolean EcoreUtil.EqualityHelper.equalFeatureMaps(FeatureMap featureMap1, FeatureMap featureMap2)
          Returns whether the two feature maps are equal.
 

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 XMLTypeDocumentRoot.getMixed()
          Returns the value of the 'Mixed' attribute list.
 FeatureMap AnyType.getMixed()
          Returns the value of the 'Mixed' attribute list.
 FeatureMap AnyType.getAny()
          Returns the value of the 'Any' attribute list.
 FeatureMap AnyType.getAnyAttribute()
          Returns the value of the 'Any Attribute' 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 XMLTypeDocumentRootImpl.mixed
          The cached value of the 'Mixed' attribute list
protected  FeatureMap AnyTypeImpl.mixed
          The cached value of the 'Mixed' attribute list
protected  FeatureMap AnyTypeImpl.anyAttribute
          The cached value of the 'Any Attribute' attribute list
 

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


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