org.eclipse.emf.ecore.impl
Class EStructuralFeatureImpl.SimpleFeatureMapEntry
java.lang.Object
org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.BasicFeatureMapEntry
org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.SimpleFeatureMapEntry
- All Implemented Interfaces:
- FeatureMap.Entry, FeatureMap.Entry.Internal
- Enclosing class:
- EStructuralFeatureImpl
- public static final class EStructuralFeatureImpl.SimpleFeatureMapEntry
- extends EStructuralFeatureImpl.BasicFeatureMapEntry
Method Summary |
FeatureMap.Entry.Internal |
createEntry(Object value)
|
Object |
getValue()
Returns the value. |
NotificationChain |
inverseAdd(InternalEObject owner,
int featureID,
NotificationChain notifications)
|
NotificationChain |
inverseAdd(InternalEObject owner,
Object otherEnd,
int featureID,
NotificationChain notifications)
|
NotificationChain |
inverseRemove(InternalEObject owner,
int featureID,
NotificationChain notifications)
|
NotificationChain |
inverseRemove(InternalEObject owner,
Object otherEnd,
int featureID,
NotificationChain notifications)
|
value
protected final Object value
EStructuralFeatureImpl.SimpleFeatureMapEntry
public EStructuralFeatureImpl.SimpleFeatureMapEntry(EStructuralFeature.Internal eStructuralFeature,
Object value)
getValue
public final Object getValue()
- Description copied from interface:
FeatureMap.Entry
- Returns the value.
- Returns:
- the value.
createEntry
public FeatureMap.Entry.Internal createEntry(Object 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,
Object otherEnd,
int featureID,
NotificationChain notifications)
inverseRemove
public final NotificationChain inverseRemove(InternalEObject owner,
Object otherEnd,
int featureID,
NotificationChain notifications)