Uses of Interface
org.eclipse.emf.ecore.InternalEObject

Packages that use InternalEObject
org.eclipse.emf.codegen.ecore.genmodel.impl   
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. 
org.eclipse.emf.ecore.xmi.impl   
org.eclipse.emf.ecore.xml.namespace.impl   
org.eclipse.emf.ecore.xml.type.impl   
org.eclipse.emf.edit.tree.impl   
org.eclipse.emf.mapping.ecore2ecore.impl   
org.eclipse.emf.mapping.ecore2xml.impl   
org.eclipse.emf.mapping.impl   
 

Uses of InternalEObject in org.eclipse.emf.codegen.ecore.genmodel.impl
 

Classes in org.eclipse.emf.codegen.ecore.genmodel.impl that implement InternalEObject
 class GenAnnotationImpl
           An implementation of the model object 'Gen Annotation'
 class GenBaseImpl
           An implementation of the model object 'Gen Base'
 class GenClassifierImpl
           An implementation of the model object 'Gen Meta Object'
 class GenClassImpl
           An implementation of the model object 'Gen Class'
 class GenDataTypeImpl
           An implementation of the model object 'Gen Data Type'
 class GenEnumImpl
           An implementation of the model object 'Gen Enum'
 class GenEnumLiteralImpl
           An implementation of the model object 'Gen Enum Literal'
 class GenFeatureImpl
           An implementation of the model object 'Gen Feature'
 class GenModelFactoryImpl
           An implementation of the model Factory
 class GenModelImpl
           An implementation of the model object 'GenModel'
 class GenModelPackageImpl
           An implementation of the model Package
 class GenOperationImpl
           An implementation of the model object 'Gen Operation'
 class GenPackageImpl
           An implementation of the model object 'Gen Package'
 class GenParameterImpl
           An implementation of the model object 'Gen Parameter'
 class GenTypedElementImpl
           An implementation of the model object 'Gen Typed Element'
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl with parameters of type InternalEObject
 NotificationChain GenParameterImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenParameterImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenPackageImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenPackageImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenOperationImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenOperationImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenModelImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenModelImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenFeatureImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenFeatureImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenEnumLiteralImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenEnumLiteralImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenEnumImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenEnumImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenClassImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenClassImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenBaseImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenBaseImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenAnnotationImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenAnnotationImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Uses of InternalEObject in org.eclipse.emf.ecore
 

Subinterfaces of InternalEObject in org.eclipse.emf.ecore
static interface EStructuralFeature.Internal
          Internal API implemented by all features.
 

Methods in org.eclipse.emf.ecore that return InternalEObject
 InternalEObject InternalEObject.eInternalContainer()
          Returns the internal container, or null.
 InternalEObject InternalEObject.EStore.getContainer(InternalEObject object)
          Returns the object's container.
 

Methods in org.eclipse.emf.ecore with parameters of type InternalEObject
 NotificationChain InternalEObject.eInverseAdd(InternalEObject otherEnd, int featureID, Class baseClass, NotificationChain notifications)
          Adds the object at the other end of a bidirectional reference to the appropriate feature and returns accumulated notifications.
 NotificationChain InternalEObject.eInverseRemove(InternalEObject otherEnd, int featureID, Class baseClass, NotificationChain notifications)
          Removes the object at the other end of a bidirectional reference from the appropriate feature and returns accumulated notifications.
 NotificationChain InternalEObject.eBasicSetContainer(InternalEObject newContainer, int newContainerFeatureID, NotificationChain notifications)
          Sets the container to be new container and appropriate feature.
 EObject InternalEObject.eResolveProxy(InternalEObject proxy)
          Resolves the proxy object relative to this object.
 Object InternalEObject.EStore.get(InternalEObject object, EStructuralFeature feature, int index)
          Returns the value at the index in the content of the object's feature.
 Object InternalEObject.EStore.set(InternalEObject object, EStructuralFeature feature, int index, Object value)
          Sets the value at the index in the content of the object's feature.
 boolean InternalEObject.EStore.isSet(InternalEObject object, EStructuralFeature feature)
          Returns whether the object's feature is considered set.
 void InternalEObject.EStore.unset(InternalEObject object, EStructuralFeature feature)
          Unsets the feature of the object.
 boolean InternalEObject.EStore.isEmpty(InternalEObject object, EStructuralFeature feature)
          Returns whether the content of the object's feature is empty.
 int InternalEObject.EStore.size(InternalEObject object, EStructuralFeature feature)
          Returns the number of values in the content of the object's feature.
 boolean InternalEObject.EStore.contains(InternalEObject object, EStructuralFeature feature, Object value)
          Returns whether the content of the object's feature contains the given value.
 int InternalEObject.EStore.indexOf(InternalEObject object, EStructuralFeature feature, Object value)
          Returns the first index of the given value in the content of the object's feature.
 int InternalEObject.EStore.lastIndexOf(InternalEObject object, EStructuralFeature feature, Object value)
          Returns the last index of the given value in the content of the object's feature.
 void InternalEObject.EStore.add(InternalEObject object, EStructuralFeature feature, int index, Object value)
          Adds the value at the index in the content of the object's feature.
 Object InternalEObject.EStore.remove(InternalEObject object, EStructuralFeature feature, int index)
          Removes the value at the index in the content of the object's feature.
 Object InternalEObject.EStore.move(InternalEObject object, EStructuralFeature feature, int targetIndex, int sourceIndex)
          Moves the value at the source index in the content of the object's feature to the target index.
 void InternalEObject.EStore.clear(InternalEObject object, EStructuralFeature feature)
          Removes all values form the content of the object's feature
 Object[] InternalEObject.EStore.toArray(InternalEObject object, EStructuralFeature feature)
          Returns a new array of the values in the content of the object's feature.
 Object[] InternalEObject.EStore.toArray(InternalEObject object, EStructuralFeature feature, Object[] array)
          Returns an array of the values in the content of the object's feature.
 int InternalEObject.EStore.hashCode(InternalEObject object, EStructuralFeature feature)
          Returns the hash code of the content of the object's feature.
 InternalEObject InternalEObject.EStore.getContainer(InternalEObject object)
          Returns the object's container.
 EStructuralFeature InternalEObject.EStore.getContainingFeature(InternalEObject object)
          Returns the object's containing feature.
 EStructuralFeature.Setting EStructuralFeature.Internal.SettingDelegate.dynamicSetting(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int dynamicFeatureID)
          Returns a setting that can be used to access the owner's feature.
 Object EStructuralFeature.Internal.SettingDelegate.dynamicGet(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int dynamicFeatureID, boolean resolve, boolean coreType)
          Returns the value of the feature of this owner.
 void EStructuralFeature.Internal.SettingDelegate.dynamicSet(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int dynamicFeatureID, Object newValue)
          Sets the value of the given feature of the owner to the new value.
 boolean EStructuralFeature.Internal.SettingDelegate.dynamicIsSet(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int dynamicFeatureID)
          Returns whether the feature of the owner is considered to be set.
 void EStructuralFeature.Internal.SettingDelegate.dynamicUnset(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int dynamicFeatureID)
          Unsets the value of the given feature of the owner.
 NotificationChain EStructuralFeature.Internal.SettingDelegate.dynamicInverseAdd(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int dynamicFeatureID, InternalEObject otherEnd, NotificationChain notifications)
          Adds the object at the other end of a bidirectional reference to the appropriate feature and returns accumulated notifications.
 NotificationChain EStructuralFeature.Internal.SettingDelegate.dynamicInverseRemove(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int dynamicFeatureID, InternalEObject otherEnd, NotificationChain notifications)
          Removes the object at the other end of a bidirectional reference from the appropriate feature and returns accumulated notifications.
 

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

Classes in org.eclipse.emf.ecore.change.impl that implement InternalEObject
 class ChangeDescriptionImpl
           An implementation of the model object 'Description'
 class ChangeFactoryImpl
           An implementation of the model Factory
 class ChangePackageImpl
           An implementation of the model Package
 class EObjectToChangesMapEntryImpl
           An implementation of the model object 'EObject To Changes Map Entry'
 class FeatureChangeImpl
           An implementation of the model object 'Feature Change'
 class FeatureMapEntryImpl
           An implementation of the model object 'Feature Map Entry'.
 class ListChangeImpl
           An implementation of the model object 'List Change'
 class ResourceChangeImpl
           An implementation of the model object 'Resource Change'
 

Methods in org.eclipse.emf.ecore.change.impl with parameters of type InternalEObject
 NotificationChain ResourceChangeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain ListChangeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain FeatureMapEntryImpl.inverseAdd(InternalEObject owner, int featureID, NotificationChain notifications)
           
 NotificationChain FeatureMapEntryImpl.inverseRemove(InternalEObject owner, int featureID, NotificationChain notifications)
           
 NotificationChain FeatureMapEntryImpl.inverseAdd(InternalEObject owner, Object otherEnd, int featureID, NotificationChain notifications)
           
 NotificationChain FeatureMapEntryImpl.inverseRemove(InternalEObject owner, Object otherEnd, int featureID, NotificationChain notifications)
           
 FeatureMap.Entry.Internal FeatureMapEntryImpl.createEntry(InternalEObject value)
           
 NotificationChain FeatureChangeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EObjectToChangesMapEntryImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain ChangeDescriptionImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Uses of InternalEObject in org.eclipse.emf.ecore.impl
 

Classes in org.eclipse.emf.ecore.impl that implement InternalEObject
 class BasicEObjectImpl
          An implementation of the model object 'EObject'.
 class DynamicEObjectImpl
          An implementation of the model object 'EObject' that's tuned for dynamic use.
static class DynamicEObjectImpl.BasicEMapEntry
           
 class DynamicEStoreEObjectImpl
          An implementation of 'EObject' that delegates to a store.
 class EAnnotationImpl
           An implementation of the model object 'EAnnotation'
 class EAttributeImpl
           An implementation of the model object 'EAttribute'
 class EClassifierImpl
           An implementation of the model object 'EMeta Object'.
 class EClassImpl
           An implementation of the model object 'EClass'.
 class EcoreFactoryImpl
           An implementation of the model Factory
 class EcorePackageImpl
           An implementation of the model Package
 class EDataTypeImpl
           An implementation of the model object 'EData Type'
 class EEnumImpl
           An implementation of the model object 'EEnum'
 class EEnumLiteralImpl
           An implementation of the model object 'EEnum Literal'
 class EFactoryImpl
           An implementation of the model object 'EFactory'
 class EModelElementImpl
           An implementation of the model object 'EModel Element'
 class ENamedElementImpl
           An implementation of the model object 'ENamed Element'
 class EObjectImpl
           An implementation of the model object 'EObject'
 class EOperationImpl
           An implementation of the model object 'EOperation'
 class EPackageImpl
           An implementation of the model object 'EPackage'.
 class EParameterImpl
           An implementation of the model object 'EParameter'
 class EReferenceImpl
           An implementation of the model object 'EReference'
 class EStoreEObjectImpl
          An implementation of 'EObject' that delegates to a store.
 class EStringToStringMapEntryImpl
           An implementation of the model object 'EString To String Map Entry'
 class EStructuralFeatureImpl
           An implementation of the model object 'EStructural Feature'.
 class ETypedElementImpl
           An implementation of the model object 'ETyped Element'
 class FlatEObjectImpl
          An implementation of the model object 'EObject'.
 

Fields in org.eclipse.emf.ecore.impl declared as InternalEObject
protected  InternalEObject EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry.value
           
protected  InternalEObject EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry.value
           
protected static InternalEObject EStoreEObjectImpl.EUNINITIALIZED_CONTAINER
           
protected  InternalEObject EObjectImpl.eContainer
          The container of this object.
protected  InternalEObject ENotificationImpl.notifier
           
protected static InternalEObject DynamicEStoreEObjectImpl.EUNINITIALIZED_CONTAINER
           
 

Methods in org.eclipse.emf.ecore.impl that return InternalEObject
 InternalEObject EStoreEObjectImpl.eInternalContainer()
           
 InternalEObject EStoreEObjectImpl.EStoreImpl.getContainer(InternalEObject eObject)
           
 InternalEObject EObjectImpl.eInternalContainer()
           
 InternalEObject DynamicEStoreEObjectImpl.eInternalContainer()
           
 InternalEObject BasicEObjectImpl.eInternalContainer()
           
 

Methods in org.eclipse.emf.ecore.impl with parameters of type InternalEObject
 NotificationChain EStructuralFeatureImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EStructuralFeatureImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
protected  EStructuralFeature.Setting EStructuralFeatureImpl.InternalSettingDelegateFeatureMapDelegator.createDynamicSetting(InternalEObject owner)
           
 EStructuralFeature.Setting EStructuralFeatureImpl.InternalSettingDelegateFeatureMapDelegator.dynamicSetting(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index)
           
 Object EStructuralFeatureImpl.InternalSettingDelegateFeatureMapDelegator.dynamicGet(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, boolean resolve, boolean coreType)
           
 void EStructuralFeatureImpl.InternalSettingDelegateFeatureMapDelegator.dynamicSet(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, Object newValue)
           
 void EStructuralFeatureImpl.InternalSettingDelegateFeatureMapDelegator.dynamicUnset(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index)
           
 boolean EStructuralFeatureImpl.InternalSettingDelegateFeatureMapDelegator.dynamicIsSet(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index)
           
 NotificationChain EStructuralFeatureImpl.InternalSettingDelegateFeatureMapDelegator.dynamicInverseAdd(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, InternalEObject otherEnd, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.InternalSettingDelegateFeatureMapDelegator.dynamicInverseRemove(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, InternalEObject otherEnd, NotificationChain notifications)
           
protected  EStructuralFeature.Setting EStructuralFeatureImpl.InternalSettingDelegateMany.createDynamicSetting(InternalEObject owner)
           
 EStructuralFeature.Setting EStructuralFeatureImpl.InternalSettingDelegateMany.dynamicSetting(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index)
           
 Object EStructuralFeatureImpl.InternalSettingDelegateMany.dynamicGet(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, boolean resolve, boolean coreType)
           
 void EStructuralFeatureImpl.InternalSettingDelegateMany.dynamicSet(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, Object newValue)
           
 void EStructuralFeatureImpl.InternalSettingDelegateMany.dynamicUnset(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index)
           
 boolean EStructuralFeatureImpl.InternalSettingDelegateMany.dynamicIsSet(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index)
           
 NotificationChain EStructuralFeatureImpl.InternalSettingDelegateMany.dynamicInverseAdd(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, InternalEObject otherEnd, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.InternalSettingDelegateMany.dynamicInverseRemove(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, InternalEObject otherEnd, NotificationChain notifications)
           
 EStructuralFeature.Setting EStructuralFeatureImpl.InternalSettingDelegateSingle.dynamicSetting(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index)
           
 NotificationChain EStructuralFeatureImpl.InternalSettingDelegateSingle.dynamicInverseAdd(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, InternalEObject otherEnd, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.InternalSettingDelegateSingle.dynamicInverseRemove(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, InternalEObject otherEnd, NotificationChain notifications)
           
 Object EStructuralFeatureImpl.InternalSettingDelegateSingleContainer.dynamicGet(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, boolean resolve, boolean coreType)
           
 void EStructuralFeatureImpl.InternalSettingDelegateSingleContainer.dynamicSet(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, Object newValue)
           
 void EStructuralFeatureImpl.InternalSettingDelegateSingleContainer.dynamicUnset(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index)
           
 boolean EStructuralFeatureImpl.InternalSettingDelegateSingleContainer.dynamicIsSet(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index)
           
 NotificationChain EStructuralFeatureImpl.InternalSettingDelegateSingleContainer.dynamicInverseAdd(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, InternalEObject otherEnd, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.InternalSettingDelegateSingleContainer.dynamicInverseRemove(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, InternalEObject otherEnd, NotificationChain notifications)
           
 Object EStructuralFeatureImpl.InternalSettingDelegateSingleData.dynamicGet(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, boolean resolve, boolean coreType)
           
 void EStructuralFeatureImpl.InternalSettingDelegateSingleData.dynamicSet(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, Object newValue)
           
 void EStructuralFeatureImpl.InternalSettingDelegateSingleData.dynamicUnset(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index)
           
 boolean EStructuralFeatureImpl.InternalSettingDelegateSingleData.dynamicIsSet(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index)
           
 void EStructuralFeatureImpl.InternalSettingDelegateSingleDataUnsettable.dynamicSet(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, Object newValue)
           
 void EStructuralFeatureImpl.InternalSettingDelegateSingleDataUnsettable.dynamicUnset(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index)
           
 boolean EStructuralFeatureImpl.InternalSettingDelegateSingleDataUnsettable.dynamicIsSet(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index)
           
 Object EStructuralFeatureImpl.InternalSettingDelegateSingleEObject.dynamicGet(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, boolean resolve, boolean coreType)
           
 void EStructuralFeatureImpl.InternalSettingDelegateSingleEObject.dynamicSet(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, Object newValue)
           
 void EStructuralFeatureImpl.InternalSettingDelegateSingleEObject.dynamicUnset(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index)
           
 boolean EStructuralFeatureImpl.InternalSettingDelegateSingleEObject.dynamicIsSet(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index)
           
 NotificationChain EStructuralFeatureImpl.InternalSettingDelegateSingleEObject.dynamicInverseAdd(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, InternalEObject otherEnd, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.InternalSettingDelegateSingleEObject.dynamicInverseRemove(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, InternalEObject otherEnd, NotificationChain notifications)
           
 FeatureMap.Entry.Internal EStructuralFeatureImpl.BasicFeatureMapEntry.createEntry(InternalEObject value)
           
 NotificationChain EStructuralFeatureImpl.SimpleFeatureMapEntry.inverseAdd(InternalEObject owner, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.SimpleFeatureMapEntry.inverseRemove(InternalEObject owner, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.SimpleFeatureMapEntry.inverseAdd(InternalEObject owner, Object otherEnd, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.SimpleFeatureMapEntry.inverseRemove(InternalEObject owner, Object otherEnd, int featureID, NotificationChain notifications)
           
 FeatureMap.Entry.Internal EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry.createEntry(InternalEObject value)
           
 NotificationChain EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry.inverseAdd(InternalEObject owner, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry.inverseRemove(InternalEObject owner, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry.inverseAdd(InternalEObject owner, Object otherEnd, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry.inverseRemove(InternalEObject owner, Object otherEnd, int featureID, NotificationChain notifications)
           
protected  NotificationChain EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry.inverseAdd(InternalEObject owner, InternalEObject otherEnd, int featureID, NotificationChain notifications)
           
protected  NotificationChain EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry.inverseRemove(InternalEObject owner, InternalEObject otherEnd, int featureID, NotificationChain notifications)
           
 FeatureMap.Entry.Internal EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry.createEntry(InternalEObject value)
           
 NotificationChain EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry.inverseAdd(InternalEObject owner, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry.inverseRemove(InternalEObject owner, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry.inverseAdd(InternalEObject owner, Object otherEnd, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry.inverseRemove(InternalEObject owner, Object otherEnd, int featureID, NotificationChain notifications)
           
protected  NotificationChain EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry.inverseAdd(InternalEObject owner, InternalEObject otherEnd, int featureID, NotificationChain notifications)
           
protected  NotificationChain EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry.inverseRemove(InternalEObject owner, InternalEObject otherEnd, int featureID, NotificationChain notifications)
           
 Object EStoreEObjectImpl.EStoreImpl.get(InternalEObject eObject, EStructuralFeature feature, int index)
           
 Object EStoreEObjectImpl.EStoreImpl.set(InternalEObject eObject, EStructuralFeature feature, int index, Object value)
           
 void EStoreEObjectImpl.EStoreImpl.add(InternalEObject eObject, EStructuralFeature feature, int index, Object value)
           
 Object EStoreEObjectImpl.EStoreImpl.remove(InternalEObject eObject, EStructuralFeature feature, int index)
           
 Object EStoreEObjectImpl.EStoreImpl.move(InternalEObject eObject, EStructuralFeature feature, int targetIndex, int sourceIndex)
           
 void EStoreEObjectImpl.EStoreImpl.clear(InternalEObject eObject, EStructuralFeature feature)
           
 boolean EStoreEObjectImpl.EStoreImpl.isSet(InternalEObject eObject, EStructuralFeature feature)
           
 void EStoreEObjectImpl.EStoreImpl.unset(InternalEObject eObject, EStructuralFeature feature)
           
 int EStoreEObjectImpl.EStoreImpl.size(InternalEObject eObject, EStructuralFeature feature)
           
 int EStoreEObjectImpl.EStoreImpl.indexOf(InternalEObject eObject, EStructuralFeature feature, Object value)
           
 int EStoreEObjectImpl.EStoreImpl.lastIndexOf(InternalEObject eObject, EStructuralFeature feature, Object value)
           
 Object[] EStoreEObjectImpl.EStoreImpl.toArray(InternalEObject eObject, EStructuralFeature feature)
           
 Object[] EStoreEObjectImpl.EStoreImpl.toArray(InternalEObject eObject, EStructuralFeature feature, Object[] array)
           
 boolean EStoreEObjectImpl.EStoreImpl.isEmpty(InternalEObject eObject, EStructuralFeature feature)
           
 boolean EStoreEObjectImpl.EStoreImpl.contains(InternalEObject eObject, EStructuralFeature feature, Object value)
           
 int EStoreEObjectImpl.EStoreImpl.hashCode(InternalEObject eObject, EStructuralFeature feature)
           
 InternalEObject EStoreEObjectImpl.EStoreImpl.getContainer(InternalEObject eObject)
           
 EStructuralFeature EStoreEObjectImpl.EStoreImpl.getContainingFeature(InternalEObject eObject)
           
 NotificationChain EParameterImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EParameterImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EPackageImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EPackageImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EOperationImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EOperationImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
protected  void EObjectImpl.eBasicSetContainer(InternalEObject newContainer, int newContainerFeatureID)
           
 NotificationChain EModelElementImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EModelElementImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EFactoryImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EFactoryImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EEnumLiteralImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EEnumLiteralImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EEnumImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EEnumImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EClassifierImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EClassifierImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
protected  void EClassifierImpl.eBasicSetContainer(InternalEObject newContainer, int newContainerFeatureID)
           
 NotificationChain EClassImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EClassImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EAnnotationImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EAnnotationImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
protected  void BasicEObjectImpl.eBasicSetContainer(InternalEObject newContainer, int newContainerFeatureID)
           
 NotificationChain BasicEObjectImpl.eBasicSetContainer(InternalEObject newContainer, int newContainerFeatureID, NotificationChain msgs)
           
 NotificationChain BasicEObjectImpl.eInverseAdd(InternalEObject otherEnd, int featureID, Class baseClass, NotificationChain msgs)
           
 NotificationChain BasicEObjectImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BasicEObjectImpl.eDynamicInverseAdd(InternalEObject otherEnd, int featureID, Class inverseClass, NotificationChain msgs)
           
protected  NotificationChain BasicEObjectImpl.eDynamicInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BasicEObjectImpl.eInverseRemove(InternalEObject otherEnd, int featureID, Class baseClass, NotificationChain msgs)
           
 NotificationChain BasicEObjectImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BasicEObjectImpl.eDynamicInverseRemove(InternalEObject otherEnd, int featureID, Class inverseClass, NotificationChain msgs)
           
protected  NotificationChain BasicEObjectImpl.eDynamicInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 EObject BasicEObjectImpl.eResolveProxy(InternalEObject proxy)
           
 

Constructors in org.eclipse.emf.ecore.impl with parameters of type InternalEObject
EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry(EStructuralFeature.Internal eStructuralFeature, InternalEObject value)
           
EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry(EStructuralFeature.Internal eStructuralFeature, InternalEObject value)
           
EStoreEObjectImpl.EStoreEList(InternalEObject owner, EStructuralFeature eStructuralFeature, InternalEObject.EStore store)
           
EStoreEObjectImpl.EStoreFeatureMap(InternalEObject owner, EStructuralFeature eStructuralFeature, InternalEObject.EStore store)
           
EStoreEObjectImpl.EStoreImpl.Entry(InternalEObject eObject, EStructuralFeature eStructuralFeature)
           
ENotificationImpl(InternalEObject notifier, int eventType, EStructuralFeature feature, Object oldValue, Object newValue, boolean isSetChange)
           
ENotificationImpl(InternalEObject notifier, int eventType, EStructuralFeature feature, Object oldValue, Object newValue)
           
ENotificationImpl(InternalEObject notifier, int eventType, EStructuralFeature feature, Object oldValue, Object newValue, int position)
           
ENotificationImpl(InternalEObject notifier, int eventType, EStructuralFeature feature, Object oldValue, Object newValue, int position, boolean wasSet)
           
ENotificationImpl(InternalEObject notifier, int eventType, int featureID, Object oldValue, Object newValue, boolean isSetChange)
           
ENotificationImpl(InternalEObject notifier, int eventType, int featureID, Object oldValue, Object newValue, int position, boolean wasSet)
           
ENotificationImpl(InternalEObject notifier, int eventType, int featureID, Object oldValue, Object newValue)
           
ENotificationImpl(InternalEObject notifier, int eventType, int featureID, Object oldValue, Object newValue, int position)
           
ENotificationImpl(InternalEObject notifier, int eventType, int featureID, boolean oldBooleanValue, boolean newBooleanValue, boolean isSetChange)
           
ENotificationImpl(InternalEObject notifier, int eventType, int featureID, boolean oldBooleanValue, boolean newBooleanValue)
           
ENotificationImpl(InternalEObject notifier, int eventType, int featureID, byte oldByteValue, byte newByteValue, boolean isSetChange)
           
ENotificationImpl(InternalEObject notifier, int eventType, int featureID, byte oldByteValue, byte newByteValue)
           
ENotificationImpl(InternalEObject notifier, int eventType, int featureID, char oldCharValue, char newCharValue, boolean isSetChange)
           
ENotificationImpl(InternalEObject notifier, int eventType, int featureID, char oldCharValue, char newCharValue)
           
ENotificationImpl(InternalEObject notifier, int eventType, int featureID, double oldDoubleValue, double newDoubleValue, boolean isSetChange)
           
ENotificationImpl(InternalEObject notifier, int eventType, int featureID, double oldDoubleValue, double newDoubleValue)
           
ENotificationImpl(InternalEObject notifier, int eventType, int featureID, float oldFloatValue, float newFloatValue, boolean isSetChange)
           
ENotificationImpl(InternalEObject notifier, int eventType, int featureID, float oldFloatValue, float newFloatValue)
           
ENotificationImpl(InternalEObject notifier, int eventType, int featureID, int oldIntValue, int newIntValue, boolean isSetChange)
           
ENotificationImpl(InternalEObject notifier, int eventType, int featureID, int oldIntValue, int newIntValue)
           
ENotificationImpl(InternalEObject notifier, int eventType, int featureID, long oldLongValue, long newLongValue, boolean isSetChange)
           
ENotificationImpl(InternalEObject notifier, int eventType, int featureID, long oldLongValue, long newLongValue)
           
ENotificationImpl(InternalEObject notifier, int eventType, int featureID, short oldShortValue, short newShortValue, boolean isSetChange)
           
ENotificationImpl(InternalEObject notifier, int eventType, int featureID, short oldShortValue, short newShortValue)
           
 

Uses of InternalEObject in org.eclipse.emf.ecore.resource.impl
 

Methods in org.eclipse.emf.ecore.resource.impl with parameters of type InternalEObject
protected  void ResourceImpl.unloaded(InternalEObject internalEObject)
          Called when the object is unloaded.
 

Uses of InternalEObject in org.eclipse.emf.ecore.util
 

Classes in org.eclipse.emf.ecore.util that implement InternalEObject
static class BasicFeatureMap.FeatureMapEObjectImpl
          Temporary for testing purposes only.
static class DelegatingFeatureMap.FeatureMapEObjectImpl
          Temporary for testing purposes only.
 

Fields in org.eclipse.emf.ecore.util declared as InternalEObject
protected  InternalEObject EcoreEList.owner
           
protected  InternalEObject EcoreEList.UnmodifiableEList.owner
           
protected  InternalEObject DelegatingEcoreEList.owner
           
protected  InternalEObject DelegatingEcoreEList.UnmodifiableEList.owner
           
 

Methods in org.eclipse.emf.ecore.util with parameters of type InternalEObject
 NotificationChain FeatureMap.Entry.Internal.inverseAdd(InternalEObject owner, int featureID, NotificationChain notifications)
           
 NotificationChain FeatureMap.Entry.Internal.inverseRemove(InternalEObject owner, int featureID, NotificationChain notifications)
           
 NotificationChain FeatureMap.Entry.Internal.inverseAdd(InternalEObject owner, Object otherEnd, int featureID, NotificationChain notifications)
           
 NotificationChain FeatureMap.Entry.Internal.inverseRemove(InternalEObject owner, Object otherEnd, int featureID, NotificationChain notifications)
           
 FeatureMap.Entry.Internal FeatureMap.Entry.Internal.createEntry(InternalEObject value)
           
protected  void EcoreUtil.CrossReferencer.add(InternalEObject eObject, EReference eReference, EObject crossReferencedEObject)
           
protected  void ECrossReferenceAdapter.InverseCrossReferencer.add(InternalEObject eObject, EReference eReference, EObject crossReferencedEObject)
           
 NotificationChain DelegatingFeatureMap.FeatureMapEObjectImpl.eDynamicInverseAdd(InternalEObject otherEnd, int featureID, Class inverseClass, NotificationChain notifications)
           
 NotificationChain DelegatingFeatureMap.FeatureMapEObjectImpl.eDynamicInverseRemove(InternalEObject otherEnd, int featureID, Class inverseClass, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.FeatureMapEObjectImpl.eDynamicInverseAdd(InternalEObject otherEnd, int featureID, Class inverseClass, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.FeatureMapEObjectImpl.eDynamicInverseRemove(InternalEObject otherEnd, int featureID, Class inverseClass, NotificationChain notifications)
           
 

Constructors in org.eclipse.emf.ecore.util with parameters of type InternalEObject
FeatureMapUtil.FeatureENotificationImpl(InternalEObject owner, int eventType, EStructuralFeature feature, Object oldObject, Object newObject, int index)
           
FeatureMapUtil.FeatureENotificationImpl(InternalEObject owner, int eventType, EStructuralFeature feature, Object oldObject, Object newObject, int index, boolean wasSet)
           
EcoreEMap(EClass entryEClass, Class entryClass, InternalEObject owner, int featureID)
           
EcoreEMap.Unsettable(EClass entryEClass, Class entryClass, InternalEObject owner, int featureID)
           
EcoreEMap.Unsettable.UnsettableDelegateEObjectContainmentEList(Class dataClass, InternalEObject owner, int featureID)
           
EcoreEMap.DelegateEObjectContainmentEList(Class entryClass, InternalEObject owner, int featureID)
           
EcoreEList(Class dataClass, InternalEObject owner)
           
EcoreEList.UnmodifiableEList(InternalEObject owner, EStructuralFeature eStructuralFeature, int size, Object[] data)
           
EcoreEList.UnmodifiableEList.FastCompare(InternalEObject owner, EStructuralFeature eStructuralFeature, int size, Object[] data)
           
EcoreEList.Generic(int kind, Class dataClass, InternalEObject owner)
           
EcoreEList.Dynamic(InternalEObject owner, EStructuralFeature eStructuralFeature)
           
EcoreEList.Dynamic(int kind, InternalEObject owner, EStructuralFeature eStructuralFeature)
           
EcoreEList.Dynamic(int kind, Class dataClass, InternalEObject owner, EStructuralFeature eStructuralFeature)
           
EObjectWithInverseResolvingEList(Class dataClass, InternalEObject owner, int featureID, int inverseFeatureID)
           
EObjectWithInverseResolvingEList.Unsettable(Class dataClass, InternalEObject owner, int featureID, int inverseFeatureID)
           
EObjectWithInverseResolvingEList.Unsettable.ManyInverse(Class dataClass, InternalEObject owner, int featureID, int inverseFeatureID)
           
EObjectWithInverseResolvingEList.ManyInverse(Class dataClass, InternalEObject owner, int featureID, int inverseFeatureID)
           
EObjectWithInverseEList(Class dataClass, InternalEObject owner, int featureID, int inverseFeatureID)
           
EObjectWithInverseEList.Unsettable(Class dataClass, InternalEObject owner, int featureID, int inverseFeatureID)
           
EObjectWithInverseEList.Unsettable.ManyInverse(Class dataClass, InternalEObject owner, int featureID, int inverseFeatureID)
           
EObjectWithInverseEList.ManyInverse(Class dataClass, InternalEObject owner, int featureID, int inverseFeatureID)
           
EObjectResolvingEList(Class dataClass, InternalEObject owner, int featureID)
           
EObjectResolvingEList.Unsettable(Class dataClass, InternalEObject owner, int featureID)
           
EObjectEList(Class dataClass, InternalEObject owner, int featureID)
           
EObjectEList.Unsettable(Class dataClass, InternalEObject owner, int featureID)
           
EObjectContainmentWithInverseEList(Class dataClass, InternalEObject owner, int featureID, int inverseFeatureID)
           
EObjectContainmentWithInverseEList.Unsettable(Class dataClass, InternalEObject owner, int featureID, int inverseFeatureID)
           
EObjectContainmentWithInverseEList.Unsettable.Resolving(Class dataClass, InternalEObject owner, int featureID, int inverseFeatureID)
           
EObjectContainmentWithInverseEList.Resolving(Class dataClass, InternalEObject owner, int featureID, int inverseFeatureID)
           
EObjectContainmentEList(Class dataClass, InternalEObject owner, int featureID)
           
EObjectContainmentEList.Unsettable(Class dataClass, InternalEObject owner, int featureID)
           
EObjectContainmentEList.Unsettable.Resolving(Class dataClass, InternalEObject owner, int featureID)
           
EObjectContainmentEList.Resolving(Class dataClass, InternalEObject owner, int featureID)
           
EDataTypeUniqueEList(Class dataClass, InternalEObject owner, int featureID)
           
EDataTypeUniqueEList.Unsettable(Class dataClass, InternalEObject owner, int featureID)
           
EDataTypeEList(Class dataClass, InternalEObject owner, int featureID)
           
EDataTypeEList.Unsettable(Class dataClass, InternalEObject owner, int featureID)
           
DelegatingFeatureMap(InternalEObject owner, int featureID)
           
DelegatingFeatureMap(InternalEObject owner, EStructuralFeature eStructuralFeature)
           
DelegatingEcoreEList(InternalEObject owner)
           
DelegatingEcoreEList.Unsettable(InternalEObject owner)
           
DelegatingEcoreEList.UnmodifiableEList(InternalEObject owner, EStructuralFeature eStructuralFeature, List underlyingList)
           
DelegatingEcoreEList.Generic(int kind, InternalEObject owner)
           
DelegatingEcoreEList.Dynamic(InternalEObject owner, EStructuralFeature eStructuralFeature)
           
DelegatingEcoreEList.Dynamic(int kind, InternalEObject owner, EStructuralFeature eStructuralFeature)
           
BasicFeatureMap(InternalEObject owner, int featureID)
           
BasicFeatureMap(InternalEObject owner, int featureID, EStructuralFeature eStructuralFeature)
           
 

Uses of InternalEObject in org.eclipse.emf.ecore.xmi.impl
 

Methods in org.eclipse.emf.ecore.xmi.impl with parameters of type InternalEObject
protected  void XMLSaveImpl.saveElement(InternalEObject o, EStructuralFeature f)
           
protected  void XMLHandler.handleProxy(InternalEObject proxy, String uriLiteral)
           
protected  void EMOFHandler.handleProxy(InternalEObject proxy, String uriLiteral)
           
 

Uses of InternalEObject in org.eclipse.emf.ecore.xml.namespace.impl
 

Classes in org.eclipse.emf.ecore.xml.namespace.impl that implement InternalEObject
 class XMLNamespaceDocumentRootImpl
           An implementation of the model object 'Document Root'
 class XMLNamespaceFactoryImpl
           An implementation of the model Factory
 class XMLNamespacePackageImpl
           An implementation of the model Package
 

Methods in org.eclipse.emf.ecore.xml.namespace.impl with parameters of type InternalEObject
 NotificationChain XMLNamespaceDocumentRootImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Uses of InternalEObject in org.eclipse.emf.ecore.xml.type.impl
 

Classes in org.eclipse.emf.ecore.xml.type.impl that implement InternalEObject
 class AnyTypeImpl
           An implementation of the model object 'Any Type'
 class SimpleAnyTypeImpl
           An implementation of the model object 'Simple Any Type'
 class XMLTypeDocumentRootImpl
           An implementation of the model object 'Document Root'
 class XMLTypeFactoryImpl
           An implementation of the model Factory
 class XMLTypePackageImpl
           An implementation of the model Package
 

Methods in org.eclipse.emf.ecore.xml.type.impl with parameters of type InternalEObject
 NotificationChain XMLTypeDocumentRootImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain AnyTypeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Uses of InternalEObject in org.eclipse.emf.edit.tree.impl
 

Classes in org.eclipse.emf.edit.tree.impl that implement InternalEObject
 class TreeFactoryImpl
           An implementation of the model Factory
 class TreeNodeImpl
           An implementation of the model object 'Node'
 class TreePackageImpl
           An implementation of the model Package
 

Methods in org.eclipse.emf.edit.tree.impl with parameters of type InternalEObject
 NotificationChain TreeNodeImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain TreeNodeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Uses of InternalEObject in org.eclipse.emf.mapping.ecore2ecore.impl
 

Classes in org.eclipse.emf.mapping.ecore2ecore.impl that implement InternalEObject
 class Ecore2EcoreFactoryImpl
           An implementation of the model Factory
 class Ecore2EcoreMappingRootImpl
           An implementation of the model object 'Mapping Root'
 class Ecore2EcorePackageImpl
           An implementation of the model Package
 

Uses of InternalEObject in org.eclipse.emf.mapping.ecore2xml.impl
 

Classes in org.eclipse.emf.mapping.ecore2xml.impl that implement InternalEObject
 class Ecore2XMLFactoryImpl
           An implementation of the model Factory
 class Ecore2XMLPackageImpl
           An implementation of the model Package
 class ENamedElementToXMLInfoMapEntryImpl
           An implementation of the model object 'ENamed Element To XML Info Map Entry'
 class XMLInfoImpl
           An implementation of the model object 'XML Info'
 class XMLMapImpl
           An implementation of the model object 'XML Map'
 

Methods in org.eclipse.emf.mapping.ecore2xml.impl with parameters of type InternalEObject
 NotificationChain XMLMapImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain ENamedElementToXMLInfoMapEntryImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Uses of InternalEObject in org.eclipse.emf.mapping.impl
 

Classes in org.eclipse.emf.mapping.impl that implement InternalEObject
 class ComplexTypeConverterImpl
           An implementation of the model object 'Complex Type Converter'
 class FunctionNamePairImpl
           An implementation of the model object 'Function Name Pair'
 class FunctionPairImpl
           An implementation of the model object 'Function Pair'
 class MappingFactoryImpl
           An implementation of the model Factory
 class MappingHelperImpl
           An implementation of the model object 'Helper'
 class MappingImpl
           An implementation of the model object 'Mapping'
 class MappingPackageImpl
           An implementation of the model Package
 class MappingRootImpl
           An implementation of the model object 'Root'
 class MappingStrategyImpl
           An implementation of the model object 'Strategy'
 class TypeConverterImpl
           An implementation of the model object 'Type Converter'
 

Methods in org.eclipse.emf.mapping.impl with parameters of type InternalEObject
 NotificationChain MappingImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain MappingImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain MappingHelperImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain MappingHelperImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 


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