blob: 69336cf66c0b6a6ef49b95a33f8368ffbd128deb [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.emf.ecore.impl.MinimalEObjectImpl;
import org.eclipse.papyrus.pdp4eng.req.profile.pdp4engReqGDPR.Duration;
import org.eclipse.papyrus.pdp4eng.req.profile.pdp4engReqGDPR.Linkability;
import org.eclipse.papyrus.pdp4eng.req.profile.pdp4engReqGDPR.Linkable;
import org.eclipse.papyrus.pdp4eng.req.profile.pdp4engReqGDPR.pdp4engReqGDPRPackage;
import org.eclipse.uml2.uml.Element;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Linkable</b></em>'.
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.pdp4eng.req.profile.pdp4engReqGDPR.impl.LinkableImpl#getDuration <em>Duration</em>}</li>
* <li>{@link org.eclipse.papyrus.pdp4eng.req.profile.pdp4engReqGDPR.impl.LinkableImpl#getLinkability <em>Linkability</em>}</li>
* <li>{@link org.eclipse.papyrus.pdp4eng.req.profile.pdp4engReqGDPR.impl.LinkableImpl#getBase_Element <em>Base Element</em>}</li>
* </ul>
*
* @generated
*/
public class LinkableImpl extends MinimalEObjectImpl.Container implements Linkable {
/**
* The default value of the '{@link #getDuration() <em>Duration</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getDuration()
* @generated
* @ordered
*/
protected static final Duration DURATION_EDEFAULT = Duration.FOR_ACTION;
/**
* The cached value of the '{@link #getDuration() <em>Duration</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getDuration()
* @generated
* @ordered
*/
protected Duration duration = DURATION_EDEFAULT;
/**
* The default value of the '{@link #getLinkability() <em>Linkability</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getLinkability()
* @generated
* @ordered
*/
protected static final Linkability LINKABILITY_EDEFAULT = Linkability.SINGLE;
/**
* The cached value of the '{@link #getLinkability() <em>Linkability</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getLinkability()
* @generated
* @ordered
*/
protected Linkability linkability = LINKABILITY_EDEFAULT;
/**
* The cached value of the '{@link #getBase_Element() <em>Base Element</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getBase_Element()
* @generated
* @ordered
*/
protected Element base_Element;
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected LinkableImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return pdp4engReqGDPRPackage.Literals.LINKABLE;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public Duration getDuration() {
return duration;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public void setDuration(Duration newDuration) {
Duration oldDuration = duration;
duration = newDuration == null ? DURATION_EDEFAULT : newDuration;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, pdp4engReqGDPRPackage.LINKABLE__DURATION, oldDuration, duration));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public Linkability getLinkability() {
return linkability;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public void setLinkability(Linkability newLinkability) {
Linkability oldLinkability = linkability;
linkability = newLinkability == null ? LINKABILITY_EDEFAULT : newLinkability;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, pdp4engReqGDPRPackage.LINKABLE__LINKABILITY, oldLinkability, linkability));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public Element getBase_Element() {
if (base_Element != null && base_Element.eIsProxy()) {
InternalEObject oldBase_Element = (InternalEObject)base_Element;
base_Element = (Element)eResolveProxy(oldBase_Element);
if (base_Element != oldBase_Element) {
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.RESOLVE, pdp4engReqGDPRPackage.LINKABLE__BASE_ELEMENT, oldBase_Element, base_Element));
}
}
return base_Element;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public Element basicGetBase_Element() {
return base_Element;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public void setBase_Element(Element newBase_Element) {
Element oldBase_Element = base_Element;
base_Element = newBase_Element;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, pdp4engReqGDPRPackage.LINKABLE__BASE_ELEMENT, oldBase_Element, base_Element));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public Object eGet(int featureID, boolean resolve, boolean coreType) {
switch (featureID) {
case pdp4engReqGDPRPackage.LINKABLE__DURATION:
return getDuration();
case pdp4engReqGDPRPackage.LINKABLE__LINKABILITY:
return getLinkability();
case pdp4engReqGDPRPackage.LINKABLE__BASE_ELEMENT:
if (resolve) return getBase_Element();
return basicGetBase_Element();
}
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.LINKABLE__DURATION:
setDuration((Duration)newValue);
return;
case pdp4engReqGDPRPackage.LINKABLE__LINKABILITY:
setLinkability((Linkability)newValue);
return;
case pdp4engReqGDPRPackage.LINKABLE__BASE_ELEMENT:
setBase_Element((Element)newValue);
return;
}
super.eSet(featureID, newValue);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public void eUnset(int featureID) {
switch (featureID) {
case pdp4engReqGDPRPackage.LINKABLE__DURATION:
setDuration(DURATION_EDEFAULT);
return;
case pdp4engReqGDPRPackage.LINKABLE__LINKABILITY:
setLinkability(LINKABILITY_EDEFAULT);
return;
case pdp4engReqGDPRPackage.LINKABLE__BASE_ELEMENT:
setBase_Element((Element)null);
return;
}
super.eUnset(featureID);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public boolean eIsSet(int featureID) {
switch (featureID) {
case pdp4engReqGDPRPackage.LINKABLE__DURATION:
return duration != DURATION_EDEFAULT;
case pdp4engReqGDPRPackage.LINKABLE__LINKABILITY:
return linkability != LINKABILITY_EDEFAULT;
case pdp4engReqGDPRPackage.LINKABLE__BASE_ELEMENT:
return base_Element != null;
}
return super.eIsSet(featureID);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public String toString() {
if (eIsProxy()) return super.toString();
StringBuilder result = new StringBuilder(super.toString());
result.append(" (duration: ");
result.append(duration);
result.append(", linkability: ");
result.append(linkability);
result.append(')');
return result.toString();
}
} //LinkableImpl