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, java.lang.Object value)
           
 

Methods in org.eclipse.emf.ecore.change that return types with arguments of type FeatureMapEntry
 EList<FeatureMapEntry> ListChange.getFeatureMapEntryValues()
          Returns the value of the 'Feature Map Entry Values' containment reference list.
 

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'.
 

Fields in org.eclipse.emf.ecore.change.impl with type parameters of type FeatureMapEntry
protected  EList<FeatureMapEntry> ListChangeImpl.featureMapEntryValues
          The cached value of the 'Feature Map Entry Values' containment reference list
 

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

Methods in org.eclipse.emf.ecore.change.impl that return types with arguments of type FeatureMapEntry
 EList<FeatureMapEntry> ListChangeImpl.getFeatureMapEntryValues()
           
 

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

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


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