/** * <copyright> * </copyright> * * $Id$ */ package org.talend.dataquality.analysis.impl; import org.eclipse.emf.common.notify.Notification; import org.eclipse.emf.common.util.BasicEMap; import org.eclipse.emf.common.util.EMap; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.ecore.InternalEObject; import org.eclipse.emf.ecore.impl.ENotificationImpl; import org.eclipse.emf.ecore.impl.EObjectImpl; import org.talend.dataquality.analysis.AnalysisPackage; import org.talend.dataquality.analysis.AnalyzedDataSet; import org.talend.dataquality.indicators.Indicator; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Indic To Rows Map</b></em>'. * <!-- end-user-doc --> * <p> * The following features are implemented: * <ul> * <li>{@link org.talend.dataquality.analysis.impl.IndicToRowsMapImpl#getTypedKey <em>Key</em>}</li> * <li>{@link org.talend.dataquality.analysis.impl.IndicToRowsMapImpl#getTypedValue <em>Value</em>}</li> * </ul> * </p> * * @generated */ public class IndicToRowsMapImpl extends EObjectImpl implements BasicEMap.Entry<Indicator,AnalyzedDataSet> { /** * The cached value of the '{@link #getTypedKey() <em>Key</em>}' reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #getTypedKey() * @generated * @ordered */ protected Indicator key; /** * The cached value of the '{@link #getTypedValue() <em>Value</em>}' reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #getTypedValue() * @generated * @ordered */ protected AnalyzedDataSet value; /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected IndicToRowsMapImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return AnalysisPackage.Literals.INDIC_TO_ROWS_MAP; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public Indicator getTypedKey() { if (key != null && key.eIsProxy()) { InternalEObject oldKey = (InternalEObject)key; key = (Indicator)eResolveProxy(oldKey); if (key != oldKey) { if (eNotificationRequired()) eNotify(new ENotificationImpl(this, Notification.RESOLVE, AnalysisPackage.INDIC_TO_ROWS_MAP__KEY, oldKey, key)); } } return key; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public Indicator basicGetTypedKey() { return key; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public void setTypedKey(Indicator newKey) { Indicator oldKey = key; key = newKey; if (eNotificationRequired()) eNotify(new ENotificationImpl(this, Notification.SET, AnalysisPackage.INDIC_TO_ROWS_MAP__KEY, oldKey, key)); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public AnalyzedDataSet getTypedValue() { if (value != null && value.eIsProxy()) { InternalEObject oldValue = (InternalEObject)value; value = (AnalyzedDataSet)eResolveProxy(oldValue); if (value != oldValue) { if (eNotificationRequired()) eNotify(new ENotificationImpl(this, Notification.RESOLVE, AnalysisPackage.INDIC_TO_ROWS_MAP__VALUE, oldValue, value)); } } return value; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public AnalyzedDataSet basicGetTypedValue() { return value; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public void setTypedValue(AnalyzedDataSet newValue) { AnalyzedDataSet oldValue = value; value = newValue; if (eNotificationRequired()) eNotify(new ENotificationImpl(this, Notification.SET, AnalysisPackage.INDIC_TO_ROWS_MAP__VALUE, oldValue, value)); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public Object eGet(int featureID, boolean resolve, boolean coreType) { switch (featureID) { case AnalysisPackage.INDIC_TO_ROWS_MAP__KEY: if (resolve) return getTypedKey(); return basicGetTypedKey(); case AnalysisPackage.INDIC_TO_ROWS_MAP__VALUE: if (resolve) return getTypedValue(); return basicGetTypedValue(); } return super.eGet(featureID, resolve, coreType); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public void eSet(int featureID, Object newValue) { switch (featureID) { case AnalysisPackage.INDIC_TO_ROWS_MAP__KEY: setTypedKey((Indicator)newValue); return; case AnalysisPackage.INDIC_TO_ROWS_MAP__VALUE: setTypedValue((AnalyzedDataSet)newValue); return; } super.eSet(featureID, newValue); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public void eUnset(int featureID) { switch (featureID) { case AnalysisPackage.INDIC_TO_ROWS_MAP__KEY: setTypedKey((Indicator)null); return; case AnalysisPackage.INDIC_TO_ROWS_MAP__VALUE: setTypedValue((AnalyzedDataSet)null); return; } super.eUnset(featureID); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public boolean eIsSet(int featureID) { switch (featureID) { case AnalysisPackage.INDIC_TO_ROWS_MAP__KEY: return key != null; case AnalysisPackage.INDIC_TO_ROWS_MAP__VALUE: return value != null; } return super.eIsSet(featureID); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected int hash = -1; /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public int getHash() { if (hash == -1) { Object theKey = getKey(); hash = (theKey == null ? 0 : theKey.hashCode()); } return hash; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public void setHash(int hash) { this.hash = hash; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public Indicator getKey() { return getTypedKey(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public void setKey(Indicator key) { setTypedKey(key); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public AnalyzedDataSet getValue() { return getTypedValue(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public AnalyzedDataSet setValue(AnalyzedDataSet value) { AnalyzedDataSet oldValue = getValue(); setTypedValue(value); return oldValue; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @SuppressWarnings("unchecked") public EMap<Indicator, AnalyzedDataSet> getEMap() { EObject container = eContainer(); return container == null ? null : (EMap<Indicator, AnalyzedDataSet>)container.eGet(eContainmentFeature()); } } //IndicToRowsMapImpl