/******************************************************************************* * Copyright (c) 2010, 2015 Willink Transformations and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * E.D.Willink - Initial API and implementation *******************************************************************************/ package org.eclipse.ocl.xtext.essentialoclcs.impl; import org.eclipse.emf.common.notify.Notification; import org.eclipse.emf.common.notify.NotificationChain; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.InternalEObject; import org.eclipse.emf.ecore.impl.ENotificationImpl; import org.eclipse.jdt.annotation.NonNull; import org.eclipse.ocl.xtext.basecs.PathNameCS; import org.eclipse.ocl.xtext.basecs.TypedRefCS; import org.eclipse.ocl.xtext.basecs.util.BaseCSVisitor; import org.eclipse.ocl.xtext.essentialoclcs.EssentialOCLCSPackage; import org.eclipse.ocl.xtext.essentialoclcs.TypeLiteralExpCS; import org.eclipse.ocl.xtext.essentialoclcs.util.EssentialOCLCSVisitor; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Type Literal Exp CS</b></em>'. * <!-- end-user-doc --> * <p> * The following features are implemented: * </p> * <ul> * <li>{@link org.eclipse.ocl.xtext.essentialoclcs.impl.TypeLiteralExpCSImpl#getOwnedPathName <em>Owned Path Name</em>}</li> * <li>{@link org.eclipse.ocl.xtext.essentialoclcs.impl.TypeLiteralExpCSImpl#getOwnedType <em>Owned Type</em>}</li> * </ul> * * @generated */ public class TypeLiteralExpCSImpl extends LiteralExpCSImpl implements TypeLiteralExpCS { /** * The cached value of the '{@link #getOwnedPathName() <em>Owned Path Name</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #getOwnedPathName() * @generated * @ordered */ protected PathNameCS ownedPathName; /** * The cached value of the '{@link #getOwnedType() <em>Owned Type</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #getOwnedType() * @generated * @ordered */ protected TypedRefCS ownedType; /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected TypeLiteralExpCSImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return EssentialOCLCSPackage.Literals.TYPE_LITERAL_EXP_CS; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public PathNameCS getOwnedPathName() { return ownedPathName; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public NotificationChain basicSetOwnedPathName(PathNameCS newOwnedPathName, NotificationChain msgs) { PathNameCS oldOwnedPathName = ownedPathName; ownedPathName = newOwnedPathName; if (eNotificationRequired()) { ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, EssentialOCLCSPackage.TYPE_LITERAL_EXP_CS__OWNED_PATH_NAME, oldOwnedPathName, newOwnedPathName); if (msgs == null) msgs = notification; else msgs.add(notification); } return msgs; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public void setOwnedPathName(PathNameCS newOwnedPathName) { if (newOwnedPathName != ownedPathName) { NotificationChain msgs = null; if (ownedPathName != null) msgs = ((InternalEObject)ownedPathName).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - EssentialOCLCSPackage.TYPE_LITERAL_EXP_CS__OWNED_PATH_NAME, null, msgs); if (newOwnedPathName != null) msgs = ((InternalEObject)newOwnedPathName).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - EssentialOCLCSPackage.TYPE_LITERAL_EXP_CS__OWNED_PATH_NAME, null, msgs); msgs = basicSetOwnedPathName(newOwnedPathName, msgs); if (msgs != null) msgs.dispatch(); } else if (eNotificationRequired()) eNotify(new ENotificationImpl(this, Notification.SET, EssentialOCLCSPackage.TYPE_LITERAL_EXP_CS__OWNED_PATH_NAME, newOwnedPathName, newOwnedPathName)); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public TypedRefCS getOwnedType() { return ownedType; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public NotificationChain basicSetOwnedType(TypedRefCS newOwnedType, NotificationChain msgs) { TypedRefCS oldOwnedType = ownedType; ownedType = newOwnedType; if (eNotificationRequired()) { ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, EssentialOCLCSPackage.TYPE_LITERAL_EXP_CS__OWNED_TYPE, oldOwnedType, newOwnedType); if (msgs == null) msgs = notification; else msgs.add(notification); } return msgs; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public void setOwnedType(TypedRefCS newOwnedType) { if (newOwnedType != ownedType) { NotificationChain msgs = null; if (ownedType != null) msgs = ((InternalEObject)ownedType).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - EssentialOCLCSPackage.TYPE_LITERAL_EXP_CS__OWNED_TYPE, null, msgs); if (newOwnedType != null) msgs = ((InternalEObject)newOwnedType).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - EssentialOCLCSPackage.TYPE_LITERAL_EXP_CS__OWNED_TYPE, null, msgs); msgs = basicSetOwnedType(newOwnedType, msgs); if (msgs != null) msgs.dispatch(); } else if (eNotificationRequired()) eNotify(new ENotificationImpl(this, Notification.SET, EssentialOCLCSPackage.TYPE_LITERAL_EXP_CS__OWNED_TYPE, newOwnedType, newOwnedType)); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) { switch (featureID) { case EssentialOCLCSPackage.TYPE_LITERAL_EXP_CS__OWNED_PATH_NAME: return basicSetOwnedPathName(null, msgs); case EssentialOCLCSPackage.TYPE_LITERAL_EXP_CS__OWNED_TYPE: return basicSetOwnedType(null, msgs); } return super.eInverseRemove(otherEnd, featureID, msgs); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public Object eGet(int featureID, boolean resolve, boolean coreType) { switch (featureID) { case EssentialOCLCSPackage.TYPE_LITERAL_EXP_CS__OWNED_PATH_NAME: return getOwnedPathName(); case EssentialOCLCSPackage.TYPE_LITERAL_EXP_CS__OWNED_TYPE: return getOwnedType(); } return super.eGet(featureID, resolve, coreType); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public void eSet(int featureID, Object newValue) { switch (featureID) { case EssentialOCLCSPackage.TYPE_LITERAL_EXP_CS__OWNED_PATH_NAME: setOwnedPathName((PathNameCS)newValue); return; case EssentialOCLCSPackage.TYPE_LITERAL_EXP_CS__OWNED_TYPE: setOwnedType((TypedRefCS)newValue); return; } super.eSet(featureID, newValue); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public void eUnset(int featureID) { switch (featureID) { case EssentialOCLCSPackage.TYPE_LITERAL_EXP_CS__OWNED_PATH_NAME: setOwnedPathName((PathNameCS)null); return; case EssentialOCLCSPackage.TYPE_LITERAL_EXP_CS__OWNED_TYPE: setOwnedType((TypedRefCS)null); return; } super.eUnset(featureID); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public boolean eIsSet(int featureID) { switch (featureID) { case EssentialOCLCSPackage.TYPE_LITERAL_EXP_CS__OWNED_PATH_NAME: return ownedPathName != null; case EssentialOCLCSPackage.TYPE_LITERAL_EXP_CS__OWNED_TYPE: return ownedType != null; } return super.eIsSet(featureID); } /** * {@inheritDoc} * @generated */ @SuppressWarnings("unchecked") @Override public <R> R accept(@NonNull BaseCSVisitor<R> visitor) { return (R) ((EssentialOCLCSVisitor<?>)visitor).visitTypeLiteralExpCS(this); } } //TypeLiteralExpCSImpl