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

Packages that use FeatureMap.Entry.Internal
org.eclipse.emf.ecore Provides an API for the Ecore dialect of UML. 
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. 
 

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

Methods in org.eclipse.emf.ecore that return FeatureMap.Entry.Internal
 FeatureMap.Entry.Internal EStructuralFeature.Internal.getFeatureMapEntryPrototype()
          Returns the appropriately behaving feature map entry for this feature.
 

Methods in org.eclipse.emf.ecore with parameters of type FeatureMap.Entry.Internal
 void EStructuralFeature.Internal.setFeatureMapEntryPrototype(FeatureMap.Entry.Internal prototype)
          Sets the appropriately behaving feature map entry for this feature.
 

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

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

Methods in org.eclipse.emf.ecore.change.impl that return FeatureMap.Entry.Internal
 FeatureMap.Entry.Internal FeatureMapEntryImpl.createEntry(Object value)
           
 FeatureMap.Entry.Internal FeatureMapEntryImpl.createEntry(InternalEObject value)
           
 

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

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

Fields in org.eclipse.emf.ecore.impl declared as FeatureMap.Entry.Internal
protected  FeatureMap.Entry.Internal EStructuralFeatureImpl.prototypeFeatureMapEntry
           
 

Methods in org.eclipse.emf.ecore.impl that return FeatureMap.Entry.Internal
 FeatureMap.Entry.Internal EStructuralFeatureImpl.getFeatureMapEntryPrototype()
           
 FeatureMap.Entry.Internal EStructuralFeatureImpl.BasicFeatureMapEntry.createEntry(Object value)
           
 FeatureMap.Entry.Internal EStructuralFeatureImpl.BasicFeatureMapEntry.createEntry(InternalEObject value)
           
 FeatureMap.Entry.Internal EStructuralFeatureImpl.SimpleFeatureMapEntry.createEntry(Object value)
           
 FeatureMap.Entry.Internal EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry.createEntry(InternalEObject value)
           
 FeatureMap.Entry.Internal EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry.createEntry(InternalEObject value)
           
 

Methods in org.eclipse.emf.ecore.impl with parameters of type FeatureMap.Entry.Internal
 void EStructuralFeatureImpl.setFeatureMapEntryPrototype(FeatureMap.Entry.Internal prototype)
           
 

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

Methods in org.eclipse.emf.ecore.util that return FeatureMap.Entry.Internal
static FeatureMap.Entry.Internal FeatureMapUtil.createRawEntry(EStructuralFeature eStructuralFeature, Object value)
           
static FeatureMap.Entry.Internal FeatureMapUtil.createRawTextEntry(String value)
           
static FeatureMap.Entry.Internal FeatureMapUtil.createRawCDATAEntry(String value)
           
static FeatureMap.Entry.Internal FeatureMapUtil.createRawCommentEntry(String value)
           
 FeatureMap.Entry.Internal FeatureMap.Entry.Internal.createEntry(Object value)
           
 FeatureMap.Entry.Internal FeatureMap.Entry.Internal.createEntry(InternalEObject value)
           
protected  FeatureMap.Entry.Internal DelegatingFeatureMap.createRawEntry(EStructuralFeature eStructuralFeature, Object value)
           
protected  FeatureMap.Entry.Internal BasicFeatureMap.createRawEntry(EStructuralFeature eStructuralFeature, Object value)
           
 

Methods in org.eclipse.emf.ecore.util with parameters of type FeatureMap.Entry.Internal
 void FeatureMapUtil.FeatureEList.addUnique(FeatureMap.Entry.Internal entry)
           
 boolean FeatureMapUtil.FeatureEList.addAllUnique(FeatureMap.Entry.Internal[] entries, int start, int end)
           
 void FeatureMap.Internal.addUnique(FeatureMap.Entry.Internal entry)
           
 boolean FeatureMap.Internal.addAllUnique(FeatureMap.Entry.Internal[] entries, int start, int end)
           
 void DelegatingFeatureMap.addUnique(FeatureMap.Entry.Internal entry)
           
 boolean DelegatingFeatureMap.addAllUnique(FeatureMap.Entry.Internal[] entries, int start, int end)
           
 NotificationChain BasicFeatureMap.shadowAdd(FeatureMap.Entry.Internal entry, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.inverseAdd(FeatureMap.Entry.Internal entry, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.shadowRemove(FeatureMap.Entry.Internal entry, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.inverseRemove(FeatureMap.Entry.Internal entry, NotificationChain notifications)
           
 void BasicFeatureMap.addUnique(FeatureMap.Entry.Internal entry)
           
 boolean BasicFeatureMap.addAllUnique(FeatureMap.Entry.Internal[] entries, int start, int end)
           
 boolean BasicFeatureMap.addAllUnique(int index, FeatureMap.Entry.Internal[] entries, int start, int end)
           
 


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