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

Packages that use FeatureMap.Entry
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.util Provides utilities. 
org.eclipse.emf.edit.provider This provides reusable ItemProviderAdapter support to drive JFace StructuredViewers, Eclipse IPropertySources, and EditingDomain
 

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

Classes in org.eclipse.emf.ecore.change.impl that implement FeatureMap.Entry
 class FeatureMapEntryImpl
           An implementation of the model object 'Feature Map Entry'.
 

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

Classes in org.eclipse.emf.ecore.impl that implement FeatureMap.Entry
static class EStructuralFeatureImpl.BasicFeatureMapEntry
           
static class EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry
           
 class EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry
           
static class EStructuralFeatureImpl.SimpleFeatureMapEntry
           
 

Methods in org.eclipse.emf.ecore.impl that return FeatureMap.Entry
 FeatureMap.Entry EcoreFactoryImpl.createEFeatureMapEntryFromString(EDataType eDataType, String initialValue)
           
 

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

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

Classes in org.eclipse.emf.ecore.util that implement FeatureMap.Entry
static class FeatureMapUtil.EntryImpl
           
 

Methods in org.eclipse.emf.ecore.util that return FeatureMap.Entry
static FeatureMap.Entry FeatureMapUtil.createTextEntry(String value)
           
static FeatureMap.Entry FeatureMapUtil.createCDATAEntry(String value)
           
static FeatureMap.Entry FeatureMapUtil.createCommentEntry(String value)
           
static FeatureMap.Entry FeatureMapUtil.createEntry(EStructuralFeature eStructuralFeature, Object value)
           
protected  FeatureMap.Entry DelegatingFeatureMap.createEntry(EStructuralFeature eStructuralFeature, Object value)
           
protected  FeatureMap.Entry BasicFeatureMap.createEntry(EStructuralFeature eStructuralFeature, Object value)
           
 

Methods in org.eclipse.emf.ecore.util with parameters of type FeatureMap.Entry
static boolean FeatureMapUtil.isText(FeatureMap.Entry entry)
           
static boolean FeatureMapUtil.isCDATA(FeatureMap.Entry entry)
           
static boolean FeatureMapUtil.isComment(FeatureMap.Entry entry)
           
protected  Object FeatureMapUtil.BasicFeatureEIterator.extractValue(FeatureMap.Entry entry)
           
 

Uses of FeatureMap.Entry in org.eclipse.emf.edit.provider
 

Constructors in org.eclipse.emf.edit.provider with parameters of type FeatureMap.Entry
FeatureMapEntryWrapperItemProvider(FeatureMap.Entry entry, EObject owner, EAttribute attribute, int index, AdapterFactory adapterFactory, ResourceLocator resourceLocator)
          Creates an instance for the feature map entry.
FeatureMapEntryWrapperItemProvider(FeatureMap.Entry entry, EObject owner, EAttribute attribute, int index, AdapterFactory adapterFactory)
          Deprecated. As of EMF 2.0.1, replaced by this form.
 


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