org.eclipse.emf.ecore.impl
Class EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry
java.lang.Object
org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.BasicFeatureMapEntry
org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry
- All Implemented Interfaces:
- FeatureMap.Entry, FeatureMap.Entry.Internal
- Enclosing class:
- EStructuralFeatureImpl
public final class EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry
- extends EStructuralFeatureImpl.BasicFeatureMapEntry
Method Summary |
FeatureMap.Entry.Internal |
createEntry(InternalEObject value)
|
java.lang.Object |
getValue()
Returns the value. |
protected NotificationChain |
inverseAdd(InternalEObject owner,
InternalEObject otherEnd,
int featureID,
NotificationChain notifications)
|
NotificationChain |
inverseAdd(InternalEObject owner,
int featureID,
NotificationChain notifications)
|
NotificationChain |
inverseAdd(InternalEObject owner,
java.lang.Object otherEnd,
int featureID,
NotificationChain notifications)
|
protected NotificationChain |
inverseRemove(InternalEObject owner,
InternalEObject otherEnd,
int featureID,
NotificationChain notifications)
|
NotificationChain |
inverseRemove(InternalEObject owner,
int featureID,
NotificationChain notifications)
|
NotificationChain |
inverseRemove(InternalEObject owner,
java.lang.Object otherEnd,
int featureID,
NotificationChain notifications)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
value
protected final InternalEObject value
EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry
public EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry(EStructuralFeature.Internal eStructuralFeature,
InternalEObject value)
getValue
public final java.lang.Object getValue()
- Description copied from interface:
FeatureMap.Entry
- Returns the value.
- Returns:
- the value.
createEntry
public FeatureMap.Entry.Internal createEntry(InternalEObject value)
- Specified by:
createEntry
in interface FeatureMap.Entry.Internal
- Overrides:
createEntry
in class EStructuralFeatureImpl.BasicFeatureMapEntry
inverseAdd
public final NotificationChain inverseAdd(InternalEObject owner,
int featureID,
NotificationChain notifications)
inverseRemove
public final NotificationChain inverseRemove(InternalEObject owner,
int featureID,
NotificationChain notifications)
inverseAdd
public final NotificationChain inverseAdd(InternalEObject owner,
java.lang.Object otherEnd,
int featureID,
NotificationChain notifications)
inverseRemove
public final NotificationChain inverseRemove(InternalEObject owner,
java.lang.Object otherEnd,
int featureID,
NotificationChain notifications)
inverseAdd
protected final NotificationChain inverseAdd(InternalEObject owner,
InternalEObject otherEnd,
int featureID,
NotificationChain notifications)
inverseRemove
protected final NotificationChain inverseRemove(InternalEObject owner,
InternalEObject otherEnd,
int featureID,
NotificationChain notifications)