Uses of Interface
org.eclipse.emf.ecore.change.FeatureMapEntry

Packages that use FeatureMapEntry
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.change.util Provides utilities. 
 

Uses of FeatureMapEntry in org.eclipse.emf.ecore.change
 

Methods in org.eclipse.emf.ecore.change that return FeatureMapEntry
 FeatureMapEntry ChangeFactory.createFeatureMapEntry()
          Returns a new object of class 'Feature Map Entry'
 FeatureMapEntry ChangeFactory.createFeatureMapEntry(EStructuralFeature feature, Object value)
           
 

Uses of FeatureMapEntry in org.eclipse.emf.ecore.change.impl
 

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

Methods in org.eclipse.emf.ecore.change.impl that return FeatureMapEntry
protected  FeatureMapEntry ListChangeImpl.createFeatureMapEntry(EStructuralFeature feature, Object value)
           
 FeatureMapEntry ChangeFactoryImpl.createFeatureMapEntry()
           
 FeatureMapEntry ChangeFactoryImpl.createFeatureMapEntry(EStructuralFeature feature, Object value)
           
 

Uses of FeatureMapEntry in org.eclipse.emf.ecore.change.util
 

Methods in org.eclipse.emf.ecore.change.util with parameters of type FeatureMapEntry
 Object ChangeSwitch.caseFeatureMapEntry(FeatureMapEntry object)
          Returns the result of interpretting the object as an instance of 'Feature Map Entry'
 


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