blob: 91a854685d630b7560aaf833d96a428055c8e695 [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.CollectionMethod;
import org.eclipse.papyrus.pdp4eng.req.profile.pdp4engReqGDPR.Linkability;
import org.eclipse.papyrus.pdp4eng.req.profile.pdp4engReqGDPR.RelatedTo;
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>Related To</b></em>'.
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.pdp4eng.req.profile.pdp4engReqGDPR.impl.RelatedToImpl#isSensitive <em>Sensitive</em>}</li>
* <li>{@link org.eclipse.papyrus.pdp4eng.req.profile.pdp4engReqGDPR.impl.RelatedToImpl#getLinkability <em>Linkability</em>}</li>
* <li>{@link org.eclipse.papyrus.pdp4eng.req.profile.pdp4engReqGDPR.impl.RelatedToImpl#getCollection <em>Collection</em>}</li>
* <li>{@link org.eclipse.papyrus.pdp4eng.req.profile.pdp4engReqGDPR.impl.RelatedToImpl#getBase_Element <em>Base Element</em>}</li>
* </ul>
*
* @generated
*/
public class RelatedToImpl extends MinimalEObjectImpl.Container implements RelatedTo {
/**
* The default value of the '{@link #isSensitive() <em>Sensitive</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isSensitive()
* @generated
* @ordered
*/
protected static final boolean SENSITIVE_EDEFAULT = false;
/**
* The cached value of the '{@link #isSensitive() <em>Sensitive</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isSensitive()
* @generated
* @ordered
*/
protected boolean sensitive = SENSITIVE_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 default value of the '{@link #getCollection() <em>Collection</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getCollection()
* @generated
* @ordered
*/
protected static final CollectionMethod COLLECTION_EDEFAULT = CollectionMethod.DIRECT;
/**
* The cached value of the '{@link #getCollection() <em>Collection</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getCollection()
* @generated
* @ordered
*/
protected CollectionMethod collection = COLLECTION_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 RelatedToImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return pdp4engReqGDPRPackage.Literals.RELATED_TO;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public boolean isSensitive() {
return sensitive;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public void setSensitive(boolean newSensitive) {
boolean oldSensitive = sensitive;
sensitive = newSensitive;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, pdp4engReqGDPRPackage.RELATED_TO__SENSITIVE, oldSensitive, sensitive));
}
/**
* <!-- 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.RELATED_TO__LINKABILITY, oldLinkability, linkability));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public CollectionMethod getCollection() {
return collection;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public void setCollection(CollectionMethod newCollection) {
CollectionMethod oldCollection = collection;
collection = newCollection == null ? COLLECTION_EDEFAULT : newCollection;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, pdp4engReqGDPRPackage.RELATED_TO__COLLECTION, oldCollection, collection));
}
/**
* <!-- 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.RELATED_TO__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.RELATED_TO__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.RELATED_TO__SENSITIVE:
return isSensitive();
case pdp4engReqGDPRPackage.RELATED_TO__LINKABILITY:
return getLinkability();
case pdp4engReqGDPRPackage.RELATED_TO__COLLECTION:
return getCollection();
case pdp4engReqGDPRPackage.RELATED_TO__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.RELATED_TO__SENSITIVE:
setSensitive((Boolean)newValue);
return;
case pdp4engReqGDPRPackage.RELATED_TO__LINKABILITY:
setLinkability((Linkability)newValue);
return;
case pdp4engReqGDPRPackage.RELATED_TO__COLLECTION:
setCollection((CollectionMethod)newValue);
return;
case pdp4engReqGDPRPackage.RELATED_TO__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.RELATED_TO__SENSITIVE:
setSensitive(SENSITIVE_EDEFAULT);
return;
case pdp4engReqGDPRPackage.RELATED_TO__LINKABILITY:
setLinkability(LINKABILITY_EDEFAULT);
return;
case pdp4engReqGDPRPackage.RELATED_TO__COLLECTION:
setCollection(COLLECTION_EDEFAULT);
return;
case pdp4engReqGDPRPackage.RELATED_TO__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.RELATED_TO__SENSITIVE:
return sensitive != SENSITIVE_EDEFAULT;
case pdp4engReqGDPRPackage.RELATED_TO__LINKABILITY:
return linkability != LINKABILITY_EDEFAULT;
case pdp4engReqGDPRPackage.RELATED_TO__COLLECTION:
return collection != COLLECTION_EDEFAULT;
case pdp4engReqGDPRPackage.RELATED_TO__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(" (sensitive: ");
result.append(sensitive);
result.append(", linkability: ");
result.append(linkability);
result.append(", collection: ");
result.append(collection);
result.append(')');
return result.toString();
}
} //RelatedToImpl