blob: 0d7b08e3e5106df35fc16de2847b97b4e432dc1c [file] [log] [blame]
/**
* Copyright (c)2020 CEA LIST, Committer Name, and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* CEA LIST - Initial API and implementation
* Patrick Tessier (CEA LIST) Patrick.tessier@cea.fr
* Gabriel Pedroza (CEA LIST) gabriel.pedroza@cea.fr
*
*/
package org.eclipse.papyrus.pdp4eng.req.profile.pdp4engReqGDPR.impl;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
import org.eclipse.emf.ecore.impl.ENotificationImpl;
import org.eclipse.papyrus.pdp4eng.common.profile.pdp4engCommonGDPR.LegalObligation;
import org.eclipse.papyrus.pdp4eng.req.profile.pdp4engReqGDPR.LawfulByLegalObligation;
import org.eclipse.papyrus.pdp4eng.req.profile.pdp4engReqGDPR.pdp4engReqGDPRPackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Lawful By Legal Obligation</b></em>'.
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.pdp4eng.req.profile.pdp4engReqGDPR.impl.LawfulByLegalObligationImpl#getLegalObligation <em>Legal Obligation</em>}</li>
* </ul>
*
* @generated
*/
public class LawfulByLegalObligationImpl extends LawfulImpl implements LawfulByLegalObligation {
/**
* The cached value of the '{@link #getLegalObligation() <em>Legal Obligation</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getLegalObligation()
* @generated
* @ordered
*/
protected LegalObligation legalObligation;
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected LawfulByLegalObligationImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return pdp4engReqGDPRPackage.Literals.LAWFUL_BY_LEGAL_OBLIGATION;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public LegalObligation getLegalObligation() {
if (legalObligation != null && legalObligation.eIsProxy()) {
InternalEObject oldLegalObligation = (InternalEObject)legalObligation;
legalObligation = (LegalObligation)eResolveProxy(oldLegalObligation);
if (legalObligation != oldLegalObligation) {
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.RESOLVE, pdp4engReqGDPRPackage.LAWFUL_BY_LEGAL_OBLIGATION__LEGAL_OBLIGATION, oldLegalObligation, legalObligation));
}
}
return legalObligation;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public LegalObligation basicGetLegalObligation() {
return legalObligation;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public void setLegalObligation(LegalObligation newLegalObligation) {
LegalObligation oldLegalObligation = legalObligation;
legalObligation = newLegalObligation;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, pdp4engReqGDPRPackage.LAWFUL_BY_LEGAL_OBLIGATION__LEGAL_OBLIGATION, oldLegalObligation, legalObligation));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public Object eGet(int featureID, boolean resolve, boolean coreType) {
switch (featureID) {
case pdp4engReqGDPRPackage.LAWFUL_BY_LEGAL_OBLIGATION__LEGAL_OBLIGATION:
if (resolve) return getLegalObligation();
return basicGetLegalObligation();
}
return super.eGet(featureID, resolve, coreType);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public void eSet(int featureID, Object newValue) {
switch (featureID) {
case pdp4engReqGDPRPackage.LAWFUL_BY_LEGAL_OBLIGATION__LEGAL_OBLIGATION:
setLegalObligation((LegalObligation)newValue);
return;
}
super.eSet(featureID, newValue);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public void eUnset(int featureID) {
switch (featureID) {
case pdp4engReqGDPRPackage.LAWFUL_BY_LEGAL_OBLIGATION__LEGAL_OBLIGATION:
setLegalObligation((LegalObligation)null);
return;
}
super.eUnset(featureID);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public boolean eIsSet(int featureID) {
switch (featureID) {
case pdp4engReqGDPRPackage.LAWFUL_BY_LEGAL_OBLIGATION__LEGAL_OBLIGATION:
return legalObligation != null;
}
return super.eIsSet(featureID);
}
} //LawfulByLegalObligationImpl