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.resource.impl Provides an implementation of the resource API. 
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(InternalEObject value)
           
 FeatureMap.Entry.Internal FeatureMapEntryImpl.createEntry(java.lang.Object 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.SimpleContentFeatureMapEntry
           
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.BasicFeatureMapEntry.createEntry(InternalEObject value)
           
 FeatureMap.Entry.Internal EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry.createEntry(InternalEObject value)
           
 FeatureMap.Entry.Internal EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry.createEntry(InternalEObject value)
           
 FeatureMap.Entry.Internal EStructuralFeatureImpl.BasicFeatureMapEntry.createEntry(java.lang.Object value)
           
 FeatureMap.Entry.Internal EStructuralFeatureImpl.SimpleFeatureMapEntry.createEntry(java.lang.Object value)
           
 FeatureMap.Entry.Internal EStructuralFeatureImpl.SimpleContentFeatureMapEntry.createEntry(java.lang.Object value)
           
 FeatureMap.Entry.Internal EStructuralFeatureImpl.getFeatureMapEntryPrototype()
           
 

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.resource.impl
 

Fields in org.eclipse.emf.ecore.resource.impl declared as FeatureMap.Entry.Internal
protected  FeatureMap.Entry.Internal[][] BinaryResourceImpl.BinaryIO.featureMapEntryDataArrayBuffer
           
 

Methods in org.eclipse.emf.ecore.resource.impl that return FeatureMap.Entry.Internal
protected  FeatureMap.Entry.Internal[] BinaryResourceImpl.BinaryIO.allocateFeatureMapEntryArray(int length)
           
 FeatureMap.Entry.Internal BinaryResourceImpl.EObjectInputStream.loadFeatureMapEntry()
           
 

Methods in org.eclipse.emf.ecore.resource.impl with parameters of type FeatureMap.Entry.Internal
protected  void BinaryResourceImpl.BinaryIO.recycle(FeatureMap.Entry.Internal[] values)
           
 void BinaryResourceImpl.EObjectOutputStream.saveFeatureMapEntry(FeatureMap.Entry.Internal entry)
           
 

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

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

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


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