| Package | Description |
|---|---|
| org.eclipse.emf.ecore |
Provides an API for the Ecore dialect of
UML.
|
| 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.xml.namespace.impl | |
| org.eclipse.emf.ecore.xml.type.impl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EDataType.Internal
Internal API implemented by all data types.
|
static interface |
EOperation.Internal
Internal API implemented by all operations.
|
static interface |
EStructuralFeature.Internal
Internal API implemented by all features.
|
| Modifier and Type | Method and Description |
|---|---|
InternalEObject |
InternalEObject.eInternalContainer()
Returns the internal container, or
null. |
InternalEObject |
InternalEObject.EStore.getContainer(InternalEObject object)
Returns the object's
container. |
| Modifier and Type | Method and Description |
|---|---|
void |
InternalEObject.EStore.add(InternalEObject object,
EStructuralFeature feature,
int index,
java.lang.Object value)
Adds the value at the index in the
content of the object's feature. |
void |
InternalEObject.EStore.clear(InternalEObject object,
EStructuralFeature feature)
Removes all values form the
content of the object's feature |
boolean |
InternalEObject.EStore.contains(InternalEObject object,
EStructuralFeature feature,
java.lang.Object value)
Returns whether the
content of the object's feature contains the given value. |
java.lang.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.
|
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.
|
java.lang.Object |
EOperation.Internal.InvocationDelegate.dynamicInvoke(InternalEObject target,
<any> arguments)
Invokes the operation behaviour for the specified target
object.
|
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.dynamicSet(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int dynamicFeatureID,
java.lang.Object newValue)
Sets the value of the given feature of the owner to the new value.
|
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.
|
void |
EStructuralFeature.Internal.SettingDelegate.dynamicUnset(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int dynamicFeatureID)
Unsets the value of the given feature of the owner.
|
NotificationChain |
InternalEObject.eBasicSetContainer(InternalEObject newContainer,
int newContainerFeatureID,
NotificationChain notifications)
Sets the container to be new container and appropriate feature.
|
NotificationChain |
InternalEObject.eInverseAdd(InternalEObject otherEnd,
int featureID,
java.lang.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,
java.lang.Class<?> baseClass,
NotificationChain notifications)
Removes the object at the other end of a bidirectional reference from the appropriate feature
and returns accumulated notifications.
|
EObject |
InternalEObject.eResolveProxy(InternalEObject proxy)
Resolves the
proxy object relative to this object. |
java.lang.Object |
InternalEObject.EStore.get(InternalEObject object,
EStructuralFeature feature,
int index)
Returns the value at the index in 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. |
int |
InternalEObject.EStore.hashCode(InternalEObject object,
EStructuralFeature feature)
Returns the hash code of the
content of the object's feature. |
int |
InternalEObject.EStore.indexOf(InternalEObject object,
EStructuralFeature feature,
java.lang.Object value)
Returns the first index of the given value in the
content of the object's feature. |
boolean |
InternalEObject.EStore.isEmpty(InternalEObject object,
EStructuralFeature feature)
Returns whether the
content of the object's feature is empty. |
boolean |
InternalEObject.EStore.isSet(InternalEObject object,
EStructuralFeature feature)
Returns whether the object's feature is considered set.
|
int |
InternalEObject.EStore.lastIndexOf(InternalEObject object,
EStructuralFeature feature,
java.lang.Object value)
Returns the last index of the given value in the
content of the object's feature. |
java.lang.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. |
java.lang.Object |
InternalEObject.EStore.remove(InternalEObject object,
EStructuralFeature feature,
int index)
Removes the value at the index in the
content of the object's feature. |
java.lang.Object |
InternalEObject.EStore.set(InternalEObject object,
EStructuralFeature feature,
int index,
java.lang.Object value)
Sets the value at the index in the
content of the object's feature. |
int |
InternalEObject.EStore.size(InternalEObject object,
EStructuralFeature feature)
Returns the number of values in the
content of the object's feature. |
java.lang.Object[] |
InternalEObject.EStore.toArray(InternalEObject object,
EStructuralFeature feature)
Returns a new array of the values in the
content of the object's feature. |
<T> T[] |
InternalEObject.EStore.toArray(InternalEObject object,
EStructuralFeature feature,
T[] array)
Returns an array of the values in the
content of the object's feature. |
void |
InternalEObject.EStore.unset(InternalEObject object,
EStructuralFeature feature)
Unsets the feature of the object.
|
| Modifier and Type | Class and Description |
|---|---|
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<K,V> |
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 |
EGenericTypeImpl
An implementation of the model object 'EGeneric Type'.
|
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 |
ETypeParameterImpl
An implementation of the model object 'EType Parameter'.
|
class |
FlatEObjectImpl
An implementation of the model object 'EObject'.
|
class |
MinimalEObjectImpl
A space compact implementation of the model object 'EObject'.
|
static class |
MinimalEObjectImpl.Container |
static class |
MinimalEObjectImpl.Container.Dynamic |
static class |
MinimalEObjectImpl.Container.Dynamic.BasicEMapEntry<K,V> |
class |
MinimalEStoreEObjectImpl
A minimal abstract implementation of 'EObject' that delegates to a
store. |
| Modifier and Type | Field and Description |
|---|---|
protected InternalEObject |
MinimalEObjectImpl.Container.eContainer |
protected InternalEObject |
EObjectImpl.eContainer
The container of this object.
|
protected static InternalEObject |
EStoreEObjectImpl.EUNINITIALIZED_CONTAINER |
protected static InternalEObject |
DynamicEStoreEObjectImpl.EUNINITIALIZED_CONTAINER |
protected InternalEObject |
ENotificationImpl.notifier |
protected InternalEObject |
EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry.value |
protected InternalEObject |
EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry.value |
| Modifier and Type | Method and Description |
|---|---|
protected InternalEObject |
MinimalEStoreEObjectImpl.eBasicInternalContainer()
Returns the container as cached by
MinimalEObjectImpl.eInternalContainer(). |
InternalEObject |
MinimalEObjectImpl.eInternalContainer() |
InternalEObject |
MinimalEObjectImpl.Container.eInternalContainer() |
InternalEObject |
MinimalEStoreEObjectImpl.eInternalContainer()
Returns the container as
provided by the store. |
InternalEObject |
EStoreEObjectImpl.eInternalContainer() |
InternalEObject |
EObjectImpl.eInternalContainer() |
InternalEObject |
DynamicEStoreEObjectImpl.eInternalContainer() |
InternalEObject |
BasicEObjectImpl.eInternalContainer() |
InternalEObject |
EStoreEObjectImpl.EStoreImpl.getContainer(InternalEObject eObject) |
| Modifier and Type | Method and Description |
|---|---|
void |
EStoreEObjectImpl.EStoreImpl.add(InternalEObject eObject,
EStructuralFeature feature,
int index,
java.lang.Object value) |
void |
EStoreEObjectImpl.EStoreImpl.clear(InternalEObject eObject,
EStructuralFeature feature) |
boolean |
EStoreEObjectImpl.EStoreImpl.contains(InternalEObject eObject,
EStructuralFeature feature,
java.lang.Object value) |
protected EStructuralFeature.Setting |
EStructuralFeatureImpl.InternalSettingDelegateFeatureMapDelegator.createDynamicSetting(InternalEObject owner) |
protected EStructuralFeature.Setting |
EStructuralFeatureImpl.InternalSettingDelegateMany.createDynamicSetting(InternalEObject owner) |
FeatureMap.Entry.Internal |
EStructuralFeatureImpl.BasicFeatureMapEntry.createEntry(InternalEObject value) |
FeatureMap.Entry.Internal |
EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry.createEntry(InternalEObject value) |
FeatureMap.Entry.Internal |
EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry.createEntry(InternalEObject value) |
Notification |
EStructuralFeatureImpl.InternalSettingDelegateSingleData.NotificationCreator.createNotification(InternalEObject notifier,
int eventType,
EStructuralFeature feature,
java.lang.Object oldValue,
java.lang.Object newValue) |
Notification |
EStructuralFeatureImpl.InternalSettingDelegateSingleData.NotificationCreator.createNotification(InternalEObject notifier,
int eventType,
EStructuralFeature feature,
java.lang.Object oldValue,
java.lang.Object newValue,
boolean wasSet) |
java.lang.Object |
EStructuralFeatureImpl.InternalSettingDelegateFeatureMapDelegator.dynamicGet(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int index,
boolean resolve,
boolean coreType) |
java.lang.Object |
EStructuralFeatureImpl.InternalSettingDelegateMany.dynamicGet(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int index,
boolean resolve,
boolean coreType) |
java.lang.Object |
EStructuralFeatureImpl.InternalSettingDelegateSingleContainer.dynamicGet(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int index,
boolean resolve,
boolean coreType) |
java.lang.Object |
EStructuralFeatureImpl.InternalSettingDelegateSingleData.dynamicGet(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int index,
boolean resolve,
boolean coreType) |
java.lang.Object |
EStructuralFeatureImpl.InternalSettingDelegateSingleEObject.dynamicGet(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int index,
boolean resolve,
boolean coreType) |
NotificationChain |
EStructuralFeatureImpl.InternalSettingDelegateFeatureMapDelegator.dynamicInverseAdd(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int index,
InternalEObject otherEnd,
NotificationChain notifications) |
NotificationChain |
EStructuralFeatureImpl.InternalSettingDelegateMany.dynamicInverseAdd(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int index,
InternalEObject otherEnd,
NotificationChain notifications) |
NotificationChain |
EStructuralFeatureImpl.InternalSettingDelegateSingle.dynamicInverseAdd(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int index,
InternalEObject otherEnd,
NotificationChain notifications) |
NotificationChain |
EStructuralFeatureImpl.InternalSettingDelegateSingleContainer.dynamicInverseAdd(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int index,
InternalEObject otherEnd,
NotificationChain notifications) |
NotificationChain |
EStructuralFeatureImpl.InternalSettingDelegateSingleEObject.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) |
NotificationChain |
EStructuralFeatureImpl.InternalSettingDelegateMany.dynamicInverseRemove(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) |
NotificationChain |
EStructuralFeatureImpl.InternalSettingDelegateSingleContainer.dynamicInverseRemove(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) |
boolean |
EStructuralFeatureImpl.InternalSettingDelegateFeatureMapDelegator.dynamicIsSet(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int index) |
boolean |
EStructuralFeatureImpl.InternalSettingDelegateMany.dynamicIsSet(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int index) |
boolean |
EStructuralFeatureImpl.InternalSettingDelegateSingleContainer.dynamicIsSet(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int index) |
boolean |
EStructuralFeatureImpl.InternalSettingDelegateSingleData.dynamicIsSet(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int index) |
boolean |
EStructuralFeatureImpl.InternalSettingDelegateSingleDataUnsettable.dynamicIsSet(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int index) |
boolean |
EStructuralFeatureImpl.InternalSettingDelegateSingleEObject.dynamicIsSet(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int index) |
void |
EStructuralFeatureImpl.InternalSettingDelegateFeatureMapDelegator.dynamicSet(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int index,
java.lang.Object newValue) |
void |
EStructuralFeatureImpl.InternalSettingDelegateMany.dynamicSet(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int index,
java.lang.Object newValue) |
void |
EStructuralFeatureImpl.InternalSettingDelegateSingleContainer.dynamicSet(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int index,
java.lang.Object newValue) |
void |
EStructuralFeatureImpl.InternalSettingDelegateSingleData.dynamicSet(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int index,
java.lang.Object newValue) |
void |
EStructuralFeatureImpl.InternalSettingDelegateSingleDataUnsettable.dynamicSet(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int index,
java.lang.Object newValue) |
void |
EStructuralFeatureImpl.InternalSettingDelegateSingleEObject.dynamicSet(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int index,
java.lang.Object newValue) |
EStructuralFeature.Setting |
EStructuralFeatureImpl.InternalSettingDelegateFeatureMapDelegator.dynamicSetting(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int index) |
EStructuralFeature.Setting |
EStructuralFeatureImpl.InternalSettingDelegateMany.dynamicSetting(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int index) |
EStructuralFeature.Setting |
EStructuralFeatureImpl.InternalSettingDelegateSingle.dynamicSetting(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int index) |
void |
EStructuralFeatureImpl.InternalSettingDelegateFeatureMapDelegator.dynamicUnset(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int index) |
void |
EStructuralFeatureImpl.InternalSettingDelegateMany.dynamicUnset(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int index) |
void |
EStructuralFeatureImpl.InternalSettingDelegateSingleContainer.dynamicUnset(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int index) |
void |
EStructuralFeatureImpl.InternalSettingDelegateSingleData.dynamicUnset(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int index) |
void |
EStructuralFeatureImpl.InternalSettingDelegateSingleDataUnsettable.dynamicUnset(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int index) |
void |
EStructuralFeatureImpl.InternalSettingDelegateSingleEObject.dynamicUnset(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int index) |
protected void |
MinimalEObjectImpl.eBasicSetContainer(InternalEObject newContainer) |
protected void |
MinimalEObjectImpl.Container.eBasicSetContainer(InternalEObject newContainer) |
protected void |
MinimalEObjectImpl.eBasicSetContainer(InternalEObject newContainer,
int newContainerFeatureID) |
protected void |
EObjectImpl.eBasicSetContainer(InternalEObject newContainer,
int newContainerFeatureID) |
protected void |
EClassifierImpl.eBasicSetContainer(InternalEObject newContainer,
int newContainerFeatureID) |
protected void |
BasicEObjectImpl.eBasicSetContainer(InternalEObject newContainer,
int newContainerFeatureID) |
NotificationChain |
EGenericTypeImpl.eBasicSetContainer(InternalEObject newContainer,
int newContainerFeatureID,
NotificationChain msgs) |
NotificationChain |
BasicEObjectImpl.eBasicSetContainer(InternalEObject newContainer,
int newContainerFeatureID,
NotificationChain msgs) |
NotificationChain |
BasicEObjectImpl.eDynamicInverseAdd(InternalEObject otherEnd,
int featureID,
java.lang.Class<?> inverseClass,
NotificationChain msgs) |
protected NotificationChain |
BasicEObjectImpl.eDynamicInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
BasicEObjectImpl.eDynamicInverseRemove(InternalEObject otherEnd,
int featureID,
java.lang.Class<?> inverseClass,
NotificationChain msgs) |
protected NotificationChain |
BasicEObjectImpl.eDynamicInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
BasicEObjectImpl.eInverseAdd(InternalEObject otherEnd,
int featureID,
java.lang.Class<?> baseClass,
NotificationChain msgs) |
NotificationChain |
EStructuralFeatureImpl.eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
EParameterImpl.eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
EPackageImpl.eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
EOperationImpl.eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
EModelElementImpl.eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
EFactoryImpl.eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
EEnumLiteralImpl.eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
EEnumImpl.eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
EClassifierImpl.eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
EClassImpl.eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
EAnnotationImpl.eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
BasicEObjectImpl.eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
BasicEObjectImpl.eInverseRemove(InternalEObject otherEnd,
int featureID,
java.lang.Class<?> baseClass,
NotificationChain msgs) |
NotificationChain |
ETypedElementImpl.eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
ETypeParameterImpl.eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
EStructuralFeatureImpl.eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
EParameterImpl.eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
EPackageImpl.eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
EOperationImpl.eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
EModelElementImpl.eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
EGenericTypeImpl.eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
EFactoryImpl.eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
EEnumLiteralImpl.eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
EEnumImpl.eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
EClassifierImpl.eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
EClassImpl.eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
EAnnotationImpl.eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
BasicEObjectImpl.eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
EObject |
BasicEObjectImpl.eResolveProxy(InternalEObject proxy) |
java.lang.Object |
EStoreEObjectImpl.EStoreImpl.get(InternalEObject eObject,
EStructuralFeature feature,
int index) |
InternalEObject |
EStoreEObjectImpl.EStoreImpl.getContainer(InternalEObject eObject) |
EStructuralFeature |
EStoreEObjectImpl.EStoreImpl.getContainingFeature(InternalEObject eObject) |
int |
EStoreEObjectImpl.EStoreImpl.hashCode(InternalEObject eObject,
EStructuralFeature feature) |
int |
EStoreEObjectImpl.EStoreImpl.indexOf(InternalEObject eObject,
EStructuralFeature feature,
java.lang.Object value) |
protected NotificationChain |
EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry.inverseAdd(InternalEObject owner,
InternalEObject otherEnd,
int featureID,
NotificationChain notifications) |
protected NotificationChain |
EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry.inverseAdd(InternalEObject owner,
InternalEObject otherEnd,
int featureID,
NotificationChain notifications) |
NotificationChain |
EStructuralFeatureImpl.SimpleFeatureMapEntry.inverseAdd(InternalEObject owner,
int featureID,
NotificationChain notifications) |
NotificationChain |
EStructuralFeatureImpl.SimpleContentFeatureMapEntry.inverseAdd(InternalEObject owner,
int featureID,
NotificationChain notifications) |
NotificationChain |
EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry.inverseAdd(InternalEObject owner,
int featureID,
NotificationChain notifications) |
NotificationChain |
EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry.inverseAdd(InternalEObject owner,
int featureID,
NotificationChain notifications) |
NotificationChain |
EStructuralFeatureImpl.SimpleFeatureMapEntry.inverseAdd(InternalEObject owner,
java.lang.Object otherEnd,
int featureID,
NotificationChain notifications) |
NotificationChain |
EStructuralFeatureImpl.SimpleContentFeatureMapEntry.inverseAdd(InternalEObject owner,
java.lang.Object otherEnd,
int featureID,
NotificationChain notifications) |
NotificationChain |
EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry.inverseAdd(InternalEObject owner,
java.lang.Object otherEnd,
int featureID,
NotificationChain notifications) |
NotificationChain |
EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry.inverseAdd(InternalEObject owner,
java.lang.Object otherEnd,
int featureID,
NotificationChain notifications) |
protected NotificationChain |
EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry.inverseRemove(InternalEObject owner,
InternalEObject otherEnd,
int featureID,
NotificationChain notifications) |
protected NotificationChain |
EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry.inverseRemove(InternalEObject owner,
InternalEObject otherEnd,
int featureID,
NotificationChain notifications) |
NotificationChain |
EStructuralFeatureImpl.SimpleFeatureMapEntry.inverseRemove(InternalEObject owner,
int featureID,
NotificationChain notifications) |
NotificationChain |
EStructuralFeatureImpl.SimpleContentFeatureMapEntry.inverseRemove(InternalEObject owner,
int featureID,
NotificationChain notifications) |
NotificationChain |
EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry.inverseRemove(InternalEObject owner,
int featureID,
NotificationChain notifications) |
NotificationChain |
EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry.inverseRemove(InternalEObject owner,
int featureID,
NotificationChain notifications) |
NotificationChain |
EStructuralFeatureImpl.SimpleFeatureMapEntry.inverseRemove(InternalEObject owner,
java.lang.Object otherEnd,
int featureID,
NotificationChain notifications) |
NotificationChain |
EStructuralFeatureImpl.SimpleContentFeatureMapEntry.inverseRemove(InternalEObject owner,
java.lang.Object otherEnd,
int featureID,
NotificationChain notifications) |
NotificationChain |
EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry.inverseRemove(InternalEObject owner,
java.lang.Object otherEnd,
int featureID,
NotificationChain notifications) |
NotificationChain |
EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry.inverseRemove(InternalEObject owner,
java.lang.Object otherEnd,
int featureID,
NotificationChain notifications) |
boolean |
EStoreEObjectImpl.EStoreImpl.isEmpty(InternalEObject eObject,
EStructuralFeature feature) |
boolean |
EStoreEObjectImpl.EStoreImpl.isSet(InternalEObject eObject,
EStructuralFeature feature) |
int |
EStoreEObjectImpl.EStoreImpl.lastIndexOf(InternalEObject eObject,
EStructuralFeature feature,
java.lang.Object value) |
java.lang.Object |
EStoreEObjectImpl.EStoreImpl.move(InternalEObject eObject,
EStructuralFeature feature,
int targetIndex,
int sourceIndex) |
java.lang.Object |
EStoreEObjectImpl.EStoreImpl.remove(InternalEObject eObject,
EStructuralFeature feature,
int index) |
java.lang.Object |
EStoreEObjectImpl.EStoreImpl.set(InternalEObject eObject,
EStructuralFeature feature,
int index,
java.lang.Object value) |
int |
EStoreEObjectImpl.EStoreImpl.size(InternalEObject eObject,
EStructuralFeature feature) |
java.lang.Object[] |
EStoreEObjectImpl.EStoreImpl.toArray(InternalEObject eObject,
EStructuralFeature feature) |
<T> T[] |
EStoreEObjectImpl.EStoreImpl.toArray(InternalEObject eObject,
EStructuralFeature feature,
T[] array) |
void |
EStoreEObjectImpl.EStoreImpl.unset(InternalEObject eObject,
EStructuralFeature feature) |
| Constructor and Description |
|---|
BasicEStoreEList(InternalEObject owner,
EStructuralFeature eStructuralFeature) |
BasicEStoreFeatureMap(InternalEObject owner,
EStructuralFeature eStructuralFeature) |
ContainmentUpdatingFeatureMapEntry(EStructuralFeature.Internal eStructuralFeature,
InternalEObject value) |
ENotificationImpl(InternalEObject notifier,
int eventType,
EStructuralFeature feature,
boolean oldBooleanValue,
boolean newBooleanValue) |
ENotificationImpl(InternalEObject notifier,
int eventType,
EStructuralFeature feature,
boolean oldBooleanValue,
boolean newBooleanValue,
boolean isSetChange) |
ENotificationImpl(InternalEObject notifier,
int eventType,
EStructuralFeature feature,
byte oldByteValue,
byte newByteValue) |
ENotificationImpl(InternalEObject notifier,
int eventType,
EStructuralFeature feature,
byte oldByteValue,
byte newByteValue,
boolean isSetChange) |
ENotificationImpl(InternalEObject notifier,
int eventType,
EStructuralFeature feature,
char oldCharValue,
char newCharValue) |
ENotificationImpl(InternalEObject notifier,
int eventType,
EStructuralFeature feature,
char oldCharValue,
char newCharValue,
boolean isSetChange) |
ENotificationImpl(InternalEObject notifier,
int eventType,
EStructuralFeature feature,
double oldDoubleValue,
double newDoubleValue) |
ENotificationImpl(InternalEObject notifier,
int eventType,
EStructuralFeature feature,
double oldDoubleValue,
double newDoubleValue,
boolean isSetChange) |
ENotificationImpl(InternalEObject notifier,
int eventType,
EStructuralFeature feature,
float oldFloatValue,
float newFloatValue) |
ENotificationImpl(InternalEObject notifier,
int eventType,
EStructuralFeature feature,
float oldFloatValue,
float newFloatValue,
boolean isSetChange) |
ENotificationImpl(InternalEObject notifier,
int eventType,
EStructuralFeature feature,
int oldIntValue,
int newIntValue) |
ENotificationImpl(InternalEObject notifier,
int eventType,
EStructuralFeature feature,
int oldIntValue,
int newIntValue,
boolean isSetChange) |
ENotificationImpl(InternalEObject notifier,
int eventType,
EStructuralFeature feature,
long oldLongValue,
long newLongValue) |
ENotificationImpl(InternalEObject notifier,
int eventType,
EStructuralFeature feature,
long oldLongValue,
long newLongValue,
boolean isSetChange) |
ENotificationImpl(InternalEObject notifier,
int eventType,
EStructuralFeature feature,
java.lang.Object oldValue,
java.lang.Object newValue) |
ENotificationImpl(InternalEObject notifier,
int eventType,
EStructuralFeature feature,
java.lang.Object oldValue,
java.lang.Object newValue,
boolean isSetChange) |
ENotificationImpl(InternalEObject notifier,
int eventType,
EStructuralFeature feature,
java.lang.Object oldValue,
java.lang.Object newValue,
int position) |
ENotificationImpl(InternalEObject notifier,
int eventType,
EStructuralFeature feature,
java.lang.Object oldValue,
java.lang.Object newValue,
int position,
boolean wasSet) |
ENotificationImpl(InternalEObject notifier,
int eventType,
EStructuralFeature feature,
short oldShortValue,
short newShortValue) |
ENotificationImpl(InternalEObject notifier,
int eventType,
EStructuralFeature feature,
short oldShortValue,
short newShortValue,
boolean isSetChange) |
ENotificationImpl(InternalEObject notifier,
int eventType,
int featureID,
boolean oldBooleanValue,
boolean newBooleanValue) |
ENotificationImpl(InternalEObject notifier,
int eventType,
int featureID,
boolean oldBooleanValue,
boolean newBooleanValue,
boolean isSetChange) |
ENotificationImpl(InternalEObject notifier,
int eventType,
int featureID,
byte oldByteValue,
byte newByteValue) |
ENotificationImpl(InternalEObject notifier,
int eventType,
int featureID,
byte oldByteValue,
byte newByteValue,
boolean isSetChange) |
ENotificationImpl(InternalEObject notifier,
int eventType,
int featureID,
char oldCharValue,
char newCharValue) |
ENotificationImpl(InternalEObject notifier,
int eventType,
int featureID,
char oldCharValue,
char newCharValue,
boolean isSetChange) |
ENotificationImpl(InternalEObject notifier,
int eventType,
int featureID,
double oldDoubleValue,
double newDoubleValue) |
ENotificationImpl(InternalEObject notifier,
int eventType,
int featureID,
double oldDoubleValue,
double newDoubleValue,
boolean isSetChange) |
ENotificationImpl(InternalEObject notifier,
int eventType,
int featureID,
float oldFloatValue,
float newFloatValue) |
ENotificationImpl(InternalEObject notifier,
int eventType,
int featureID,
float oldFloatValue,
float newFloatValue,
boolean isSetChange) |
ENotificationImpl(InternalEObject notifier,
int eventType,
int featureID,
int oldIntValue,
int newIntValue) |
ENotificationImpl(InternalEObject notifier,
int eventType,
int featureID,
int oldIntValue,
int newIntValue,
boolean isSetChange) |
ENotificationImpl(InternalEObject notifier,
int eventType,
int featureID,
long oldLongValue,
long newLongValue) |
ENotificationImpl(InternalEObject notifier,
int eventType,
int featureID,
long oldLongValue,
long newLongValue,
boolean isSetChange) |
ENotificationImpl(InternalEObject notifier,
int eventType,
int featureID,
java.lang.Object oldValue,
java.lang.Object newValue) |
ENotificationImpl(InternalEObject notifier,
int eventType,
int featureID,
java.lang.Object oldValue,
java.lang.Object newValue,
boolean isSetChange) |
ENotificationImpl(InternalEObject notifier,
int eventType,
int featureID,
java.lang.Object oldValue,
java.lang.Object newValue,
int position) |
ENotificationImpl(InternalEObject notifier,
int eventType,
int featureID,
java.lang.Object oldValue,
java.lang.Object newValue,
int position,
boolean wasSet) |
ENotificationImpl(InternalEObject notifier,
int eventType,
int featureID,
short oldShortValue,
short newShortValue) |
ENotificationImpl(InternalEObject notifier,
int eventType,
int featureID,
short oldShortValue,
short newShortValue,
boolean isSetChange) |
Entry(InternalEObject eObject,
EStructuralFeature eStructuralFeature) |
EStoreEList(InternalEObject owner,
EStructuralFeature eStructuralFeature,
InternalEObject.EStore store) |
EStoreFeatureMap(InternalEObject owner,
EStructuralFeature eStructuralFeature,
InternalEObject.EStore store) |
InverseUpdatingFeatureMapEntry(EStructuralFeature.Internal eStructuralFeature,
InternalEObject value) |
| Modifier and Type | Field and Description |
|---|---|
protected InternalEObject[][] |
BinaryResourceImpl.BinaryIO.internalEObjectDataArrayBuffer |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<InternalEObject> |
BinaryResourceImpl.EObjectInputStream.eObjectList |
| Modifier and Type | Method and Description |
|---|---|
protected InternalEObject[] |
BinaryResourceImpl.BinaryIO.allocateInternalEObjectArray(int length) |
InternalEObject |
BinaryResourceImpl.EObjectInputStream.loadEObject() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BinaryResourceImpl.EObjectInputStream.loadFeatureValue(InternalEObject internalEObject,
BinaryResourceImpl.EObjectInputStream.EStructuralFeatureData eStructuralFeatureData) |
protected void |
BinaryResourceImpl.BinaryIO.recycle(InternalEObject[] values) |
void |
BinaryResourceImpl.EObjectOutputStream.saveEObject(InternalEObject internalEObject,
BinaryResourceImpl.EObjectOutputStream.Check check) |
protected void |
BinaryResourceImpl.EObjectOutputStream.saveFeatureValue(InternalEObject internalEObject,
int featureID,
BinaryResourceImpl.EObjectOutputStream.EStructuralFeatureData eStructuralFeatureData) |
protected void |
BinaryResourceImpl.EObjectOutputStream.saveFeatureValue(InternalEObject internalEObject,
java.lang.Object value,
int featureID,
BinaryResourceImpl.EObjectOutputStream.EStructuralFeatureData eStructuralFeatureData) |
protected void |
ResourceImpl.unloaded(InternalEObject internalEObject)
Called when the object is unloaded.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryResourceImpl.EObjectInputStream.loadEObjects(InternalEList<InternalEObject> internalEObjects) |
void |
BinaryResourceImpl.EObjectOutputStream.saveEObjects(InternalEList<? extends InternalEObject> internalEObjects,
BinaryResourceImpl.EObjectOutputStream.Check check) |
| Modifier and Type | Class and Description |
|---|---|
static class |
BasicFeatureMap.FeatureMapEObjectImpl
Temporary for testing purposes only.
|
static class |
DelegatingFeatureMap.FeatureMapEObjectImpl
Temporary for testing purposes only.
|
| Modifier and Type | Field and Description |
|---|---|
protected InternalEObject |
DelegatingEcoreEList.owner |
protected InternalEObject |
DelegatingEcoreEList.UnmodifiableEList.owner |
protected InternalEObject |
EcoreEList.owner |
protected InternalEObject |
EcoreEList.UnmodifiableEList.owner |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EcoreUtil.CrossReferencer.add(InternalEObject eObject,
EReference eReference,
EObject crossReferencedEObject) |
protected void |
ECrossReferenceAdapter.InverseCrossReferencer.add(InternalEObject eObject,
EReference eReference,
EObject crossReferencedEObject) |
FeatureMap.Entry.Internal |
FeatureMap.Entry.Internal.createEntry(InternalEObject value) |
abstract java.lang.Object |
BasicSettingDelegate.dynamicGet(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int dynamicFeatureID,
boolean resolve,
boolean coreType) |
java.lang.Object |
BasicSettingDelegate.Stateless.dynamicGet(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int dynamicFeatureID,
boolean resolve,
boolean coreType) |
NotificationChain |
BasicSettingDelegate.dynamicInverseAdd(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int dynamicFeatureID,
InternalEObject otherEnd,
NotificationChain notifications) |
NotificationChain |
BasicSettingDelegate.Stateless.dynamicInverseAdd(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int dynamicFeatureID,
InternalEObject otherEnd,
NotificationChain notifications) |
NotificationChain |
BasicSettingDelegate.dynamicInverseRemove(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int dynamicFeatureID,
InternalEObject otherEnd,
NotificationChain notifications) |
NotificationChain |
BasicSettingDelegate.Stateless.dynamicInverseRemove(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int dynamicFeatureID,
InternalEObject otherEnd,
NotificationChain notifications) |
java.lang.Object |
BasicInvocationDelegate.dynamicInvoke(InternalEObject target,
<any> arguments) |
abstract boolean |
BasicSettingDelegate.dynamicIsSet(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int dynamicFeatureID) |
boolean |
BasicSettingDelegate.Stateless.dynamicIsSet(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int dynamicFeatureID) |
void |
BasicSettingDelegate.dynamicSet(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int dynamicFeatureID,
java.lang.Object newValue) |
void |
BasicSettingDelegate.Stateless.dynamicSet(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int dynamicFeatureID,
java.lang.Object newValue) |
EStructuralFeature.Setting |
BasicSettingDelegate.dynamicSetting(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int dynamicFeatureID) |
EStructuralFeature.Setting |
BasicSettingDelegate.Stateless.dynamicSetting(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int dynamicFeatureID) |
void |
BasicSettingDelegate.dynamicUnset(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int dynamicFeatureID) |
void |
BasicSettingDelegate.Stateless.dynamicUnset(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int dynamicFeatureID) |
NotificationChain |
DelegatingFeatureMap.FeatureMapEObjectImpl.eDynamicInverseAdd(InternalEObject otherEnd,
int featureID,
java.lang.Class<?> inverseClass,
NotificationChain notifications) |
NotificationChain |
BasicFeatureMap.FeatureMapEObjectImpl.eDynamicInverseAdd(InternalEObject otherEnd,
int featureID,
java.lang.Class<?> inverseClass,
NotificationChain notifications) |
NotificationChain |
DelegatingFeatureMap.FeatureMapEObjectImpl.eDynamicInverseRemove(InternalEObject otherEnd,
int featureID,
java.lang.Class<?> inverseClass,
NotificationChain notifications) |
NotificationChain |
BasicFeatureMap.FeatureMapEObjectImpl.eDynamicInverseRemove(InternalEObject otherEnd,
int featureID,
java.lang.Class<?> inverseClass,
NotificationChain notifications) |
protected abstract java.lang.Object |
BasicSettingDelegate.Stateless.get(InternalEObject owner,
boolean resolve,
boolean coreType)
Returns the value of this delegate's feature for the owner.
|
protected NotificationChain |
BasicSettingDelegate.Stateless.inverseAdd(InternalEObject owner,
InternalEObject otherEnd,
NotificationChain notifications)
Adds the object at the other end of a bidirectional reference to this delegate's feature
and returns accumulated notifications.
|
NotificationChain |
FeatureMap.Entry.Internal.inverseAdd(InternalEObject owner,
int featureID,
NotificationChain notifications) |
NotificationChain |
FeatureMap.Entry.Internal.inverseAdd(InternalEObject owner,
java.lang.Object otherEnd,
int featureID,
NotificationChain notifications) |
protected NotificationChain |
BasicSettingDelegate.Stateless.inverseRemove(InternalEObject owner,
InternalEObject otherEnd,
NotificationChain notifications)
Remove the object at the other end of a bidirectional reference from this delegate's feature
and returns accumulated notifications.
|
NotificationChain |
FeatureMap.Entry.Internal.inverseRemove(InternalEObject owner,
int featureID,
NotificationChain notifications) |
NotificationChain |
FeatureMap.Entry.Internal.inverseRemove(InternalEObject owner,
java.lang.Object otherEnd,
int featureID,
NotificationChain notifications) |
protected abstract boolean |
BasicSettingDelegate.Stateless.isSet(InternalEObject owner)
Returns whether the value of this delegate's feature is considered set for the owner.
|
protected void |
BasicSettingDelegate.Stateless.set(InternalEObject owner,
java.lang.Object newValue)
Sets this new value of this delegate's feature for the owner.
|
protected EStructuralFeature.Setting |
BasicSettingDelegate.Stateless.setting(InternalEObject owner)
Creates a setting for the owner and this delegate's feature.
|
protected void |
BasicSettingDelegate.Stateless.unset(InternalEObject owner)
Unsets the values of this delegate's feature for the owner.
|
| Constructor and Description |
|---|
BasicFeatureMap(InternalEObject owner,
int featureID) |
BasicFeatureMap(InternalEObject owner,
int featureID,
EStructuralFeature eStructuralFeature) |
DelegateEObjectContainmentEList(java.lang.Class<?> entryClass,
InternalEObject owner,
int featureID) |
DelegateEObjectContainmentWithInverseEList(java.lang.Class<?> entryClass,
InternalEObject owner,
int featureID,
int inverseFeatureID) |
DelegatingEcoreEList(InternalEObject owner) |
DelegatingFeatureMap(InternalEObject owner,
EStructuralFeature eStructuralFeature) |
DelegatingFeatureMap(InternalEObject owner,
int featureID) |
Dynamic(int kind,
java.lang.Class<?> dataClass,
InternalEObject owner,
EStructuralFeature eStructuralFeature) |
Dynamic(InternalEObject owner,
EStructuralFeature eStructuralFeature) |
Dynamic(InternalEObject owner,
EStructuralFeature eStructuralFeature) |
Dynamic(int kind,
InternalEObject owner,
EStructuralFeature eStructuralFeature) |
Dynamic(int kind,
InternalEObject owner,
EStructuralFeature eStructuralFeature) |
EcoreEList(java.lang.Class<?> dataClass,
InternalEObject owner) |
EcoreEMap(EClass entryEClass,
java.lang.Class<?> entryClass,
InternalEObject owner,
int featureID) |
EcoreEMap(EClass entryEClass,
java.lang.Class<?> entryClass,
InternalEObject owner,
int featureID,
int inverseFeatureID) |
EDataTypeEList(java.lang.Class<?> dataClass,
InternalEObject owner,
int featureID) |
EDataTypeUniqueEList(java.lang.Class<?> dataClass,
InternalEObject owner,
int featureID) |
EObjectContainmentEList(java.lang.Class<?> dataClass,
InternalEObject owner,
int featureID) |
EObjectContainmentWithInverseEList(java.lang.Class<?> dataClass,
InternalEObject owner,
int featureID,
int inverseFeatureID) |
EObjectEList(java.lang.Class<?> dataClass,
InternalEObject owner,
int featureID) |
EObjectResolvingEList(java.lang.Class<?> dataClass,
InternalEObject owner,
int featureID) |
EObjectWithInverseEList(java.lang.Class<?> dataClass,
InternalEObject owner,
int featureID,
int inverseFeatureID) |
EObjectWithInverseResolvingEList(java.lang.Class<?> dataClass,
InternalEObject owner,
int featureID,
int inverseFeatureID) |
FastCompare(InternalEObject owner,
EStructuralFeature eStructuralFeature,
int size,
java.lang.Object[] data) |
FeatureENotificationImpl(InternalEObject owner,
int eventType,
EStructuralFeature feature,
java.lang.Object oldObject,
java.lang.Object newObject,
int index) |
FeatureENotificationImpl(InternalEObject owner,
int eventType,
EStructuralFeature feature,
java.lang.Object oldObject,
java.lang.Object newObject,
int index,
boolean wasSet) |
Generic(int kind,
java.lang.Class<?> dataClass,
InternalEObject owner) |
Generic(int kind,
InternalEObject owner) |
ManyInverse(java.lang.Class<?> dataClass,
InternalEObject owner,
int featureID,
int inverseFeatureID) |
ManyInverse(java.lang.Class<?> dataClass,
InternalEObject owner,
int featureID,
int inverseFeatureID) |
ManyInverse(java.lang.Class<?> dataClass,
InternalEObject owner,
int featureID,
int inverseFeatureID) |
ManyInverse(java.lang.Class<?> dataClass,
InternalEObject owner,
int featureID,
int inverseFeatureID) |
Resolving(java.lang.Class<?> dataClass,
InternalEObject owner,
int featureID) |
Resolving(java.lang.Class<?> dataClass,
InternalEObject owner,
int featureID) |
Resolving(java.lang.Class<?> dataClass,
InternalEObject owner,
int featureID,
int inverseFeatureID) |
Resolving(java.lang.Class<?> dataClass,
InternalEObject owner,
int featureID,
int inverseFeatureID) |
UnmodifiableEList(InternalEObject owner,
EStructuralFeature eStructuralFeature,
int size,
java.lang.Object[] data) |
UnmodifiableEList(InternalEObject owner,
EStructuralFeature eStructuralFeature,
java.util.List<E> underlyingList) |
Unsettable(java.lang.Class<?> dataClass,
InternalEObject owner,
int featureID) |
Unsettable(java.lang.Class<?> dataClass,
InternalEObject owner,
int featureID) |
Unsettable(java.lang.Class<?> dataClass,
InternalEObject owner,
int featureID) |
Unsettable(java.lang.Class<?> dataClass,
InternalEObject owner,
int featureID) |
Unsettable(java.lang.Class<?> dataClass,
InternalEObject owner,
int featureID) |
Unsettable(java.lang.Class<?> dataClass,
InternalEObject owner,
int featureID,
int inverseFeatureID) |
Unsettable(java.lang.Class<?> dataClass,
InternalEObject owner,
int featureID,
int inverseFeatureID) |
Unsettable(java.lang.Class<?> dataClass,
InternalEObject owner,
int featureID,
int inverseFeatureID) |
Unsettable(EClass entryEClass,
java.lang.Class<?> entryClass,
InternalEObject owner,
int featureID) |
Unsettable(EClass entryEClass,
java.lang.Class<?> entryClass,
InternalEObject owner,
int featureID,
int inverseFeatureID) |
Unsettable(InternalEObject owner) |
UnsettableDelegateEObjectContainmentEList(java.lang.Class<?> dataClass,
InternalEObject owner,
int featureID) |
UnsettableDelegateEObjectContainmentWithInverseEList(java.lang.Class<?> dataClass,
InternalEObject owner,
int featureID,
int inverseFeatureID) |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
XMLNamespaceDocumentRootImpl.eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
| Modifier and Type | Class and Description |
|---|---|
class |
AnyTypeImpl
An implementation of the model object 'Any Type'.
|
class |
ProcessingInstructionImpl
An implementation of the model object 'Processing Instruction 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.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
XMLTypeDocumentRootImpl.eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
AnyTypeImpl.eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature