blob: e55182d537c9802539116439540ced5d267955da [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2014 itemis and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
*
* Contributors:
* itemis - Initial API and implementation
*
* </copyright>
*/
package org.eclipse.sphinx.tests.emf.serialization.env.emf.myreqif.impl;
import javax.xml.datatype.XMLGregorianCalendar;
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.emf.ecore.impl.EObjectImpl;
import org.eclipse.sphinx.tests.emf.serialization.env.emf.myreqif.ALTERNATIVEIDType2;
import org.eclipse.sphinx.tests.emf.serialization.env.emf.myreqif.ENUMVALUE;
import org.eclipse.sphinx.tests.emf.serialization.env.emf.myreqif.MyreqifPackage;
import org.eclipse.sphinx.tests.emf.serialization.env.emf.myreqif.PROPERTIESType;
/**
* <!-- begin-user-doc --> An implementation of the model object '<em><b>ENUMVALUE</b></em>'. <!-- end-user-doc -->
* <p>
* The following features are implemented:
* <ul>
* <li>{@link org.eclipse.sphinx.tests.emf.serialization.env.emf.myreqif.impl.ENUMVALUEImpl#getALTERNATIVEID <em>ALTERNATIVEID
* </em>}</li>
* <li>{@link org.eclipse.sphinx.tests.emf.serialization.env.emf.myreqif.impl.ENUMVALUEImpl#getPROPERTIES <em>PROPERTIES</em>}</li>
* <li>{@link org.eclipse.sphinx.tests.emf.serialization.env.emf.myreqif.impl.ENUMVALUEImpl#getDESC <em>DESC</em>}</li>
* <li>{@link org.eclipse.sphinx.tests.emf.serialization.env.emf.myreqif.impl.ENUMVALUEImpl#getIDENTIFIER <em>IDENTIFIER</em>}</li>
* <li>{@link org.eclipse.sphinx.tests.emf.serialization.env.emf.myreqif.impl.ENUMVALUEImpl#getLASTCHANGE <em>LASTCHANGE</em>}</li>
* <li>{@link org.eclipse.sphinx.tests.emf.serialization.env.emf.myreqif.impl.ENUMVALUEImpl#getLONGNAME <em>LONGNAME</em>}</li>
* </ul>
* </p>
*
* @generated
*/
public class ENUMVALUEImpl extends EObjectImpl implements ENUMVALUE {
/**
* The cached value of the '{@link #getALTERNATIVEID() <em>ALTERNATIVEID</em>}' containment reference. <!--
* begin-user-doc --> <!-- end-user-doc -->
*
* @see #getALTERNATIVEID()
* @generated
* @ordered
*/
protected ALTERNATIVEIDType2 aLTERNATIVEID;
/**
* The cached value of the '{@link #getPROPERTIES() <em>PROPERTIES</em>}' containment reference. <!-- begin-user-doc
* --> <!-- end-user-doc -->
*
* @see #getPROPERTIES()
* @generated
* @ordered
*/
protected PROPERTIESType pROPERTIES;
/**
* The default value of the '{@link #getDESC() <em>DESC</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc
* -->
*
* @see #getDESC()
* @generated
* @ordered
*/
protected static final String DESC_EDEFAULT = null;
/**
* The cached value of the '{@link #getDESC() <em>DESC</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc
* -->
*
* @see #getDESC()
* @generated
* @ordered
*/
protected String dESC = DESC_EDEFAULT;
/**
* The default value of the '{@link #getIDENTIFIER() <em>IDENTIFIER</em>}' attribute. <!-- begin-user-doc --> <!--
* end-user-doc -->
*
* @see #getIDENTIFIER()
* @generated
* @ordered
*/
protected static final String IDENTIFIER_EDEFAULT = null;
/**
* The cached value of the '{@link #getIDENTIFIER() <em>IDENTIFIER</em>}' attribute. <!-- begin-user-doc --> <!--
* end-user-doc -->
*
* @see #getIDENTIFIER()
* @generated
* @ordered
*/
protected String iDENTIFIER = IDENTIFIER_EDEFAULT;
/**
* The default value of the '{@link #getLASTCHANGE() <em>LASTCHANGE</em>}' attribute. <!-- begin-user-doc --> <!--
* end-user-doc -->
*
* @see #getLASTCHANGE()
* @generated
* @ordered
*/
protected static final XMLGregorianCalendar LASTCHANGE_EDEFAULT = null;
/**
* The cached value of the '{@link #getLASTCHANGE() <em>LASTCHANGE</em>}' attribute. <!-- begin-user-doc --> <!--
* end-user-doc -->
*
* @see #getLASTCHANGE()
* @generated
* @ordered
*/
protected XMLGregorianCalendar lASTCHANGE = LASTCHANGE_EDEFAULT;
/**
* The default value of the '{@link #getLONGNAME() <em>LONGNAME</em>}' attribute. <!-- begin-user-doc --> <!--
* end-user-doc -->
*
* @see #getLONGNAME()
* @generated
* @ordered
*/
protected static final String LONGNAME_EDEFAULT = null;
/**
* The cached value of the '{@link #getLONGNAME() <em>LONGNAME</em>}' attribute. <!-- begin-user-doc --> <!--
* end-user-doc -->
*
* @see #getLONGNAME()
* @generated
* @ordered
*/
protected String lONGNAME = LONGNAME_EDEFAULT;
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
protected ENUMVALUEImpl() {
super();
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
@Override
protected EClass eStaticClass() {
return MyreqifPackage.Literals.ENUMVALUE;
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
@Override
public ALTERNATIVEIDType2 getALTERNATIVEID() {
return aLTERNATIVEID;
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
public NotificationChain basicSetALTERNATIVEID(ALTERNATIVEIDType2 newALTERNATIVEID, NotificationChain msgs) {
ALTERNATIVEIDType2 oldALTERNATIVEID = aLTERNATIVEID;
aLTERNATIVEID = newALTERNATIVEID;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, MyreqifPackage.ENUMVALUE__ALTERNATIVEID, oldALTERNATIVEID,
newALTERNATIVEID);
if (msgs == null) {
msgs = notification;
} else {
msgs.add(notification);
}
}
return msgs;
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
@Override
public void setALTERNATIVEID(ALTERNATIVEIDType2 newALTERNATIVEID) {
if (newALTERNATIVEID != aLTERNATIVEID) {
NotificationChain msgs = null;
if (aLTERNATIVEID != null) {
msgs = ((InternalEObject) aLTERNATIVEID).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - MyreqifPackage.ENUMVALUE__ALTERNATIVEID, null,
msgs);
}
if (newALTERNATIVEID != null) {
msgs = ((InternalEObject) newALTERNATIVEID).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - MyreqifPackage.ENUMVALUE__ALTERNATIVEID, null,
msgs);
}
msgs = basicSetALTERNATIVEID(newALTERNATIVEID, msgs);
if (msgs != null) {
msgs.dispatch();
}
} else if (eNotificationRequired()) {
eNotify(new ENotificationImpl(this, Notification.SET, MyreqifPackage.ENUMVALUE__ALTERNATIVEID, newALTERNATIVEID, newALTERNATIVEID));
}
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
@Override
public PROPERTIESType getPROPERTIES() {
return pROPERTIES;
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
public NotificationChain basicSetPROPERTIES(PROPERTIESType newPROPERTIES, NotificationChain msgs) {
PROPERTIESType oldPROPERTIES = pROPERTIES;
pROPERTIES = newPROPERTIES;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, MyreqifPackage.ENUMVALUE__PROPERTIES, oldPROPERTIES,
newPROPERTIES);
if (msgs == null) {
msgs = notification;
} else {
msgs.add(notification);
}
}
return msgs;
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
@Override
public void setPROPERTIES(PROPERTIESType newPROPERTIES) {
if (newPROPERTIES != pROPERTIES) {
NotificationChain msgs = null;
if (pROPERTIES != null) {
msgs = ((InternalEObject) pROPERTIES).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - MyreqifPackage.ENUMVALUE__PROPERTIES, null, msgs);
}
if (newPROPERTIES != null) {
msgs = ((InternalEObject) newPROPERTIES).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - MyreqifPackage.ENUMVALUE__PROPERTIES, null, msgs);
}
msgs = basicSetPROPERTIES(newPROPERTIES, msgs);
if (msgs != null) {
msgs.dispatch();
}
} else if (eNotificationRequired()) {
eNotify(new ENotificationImpl(this, Notification.SET, MyreqifPackage.ENUMVALUE__PROPERTIES, newPROPERTIES, newPROPERTIES));
}
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
@Override
public String getDESC() {
return dESC;
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
@Override
public void setDESC(String newDESC) {
String oldDESC = dESC;
dESC = newDESC;
if (eNotificationRequired()) {
eNotify(new ENotificationImpl(this, Notification.SET, MyreqifPackage.ENUMVALUE__DESC, oldDESC, dESC));
}
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
@Override
public String getIDENTIFIER() {
return iDENTIFIER;
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
@Override
public void setIDENTIFIER(String newIDENTIFIER) {
String oldIDENTIFIER = iDENTIFIER;
iDENTIFIER = newIDENTIFIER;
if (eNotificationRequired()) {
eNotify(new ENotificationImpl(this, Notification.SET, MyreqifPackage.ENUMVALUE__IDENTIFIER, oldIDENTIFIER, iDENTIFIER));
}
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
@Override
public XMLGregorianCalendar getLASTCHANGE() {
return lASTCHANGE;
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
@Override
public void setLASTCHANGE(XMLGregorianCalendar newLASTCHANGE) {
XMLGregorianCalendar oldLASTCHANGE = lASTCHANGE;
lASTCHANGE = newLASTCHANGE;
if (eNotificationRequired()) {
eNotify(new ENotificationImpl(this, Notification.SET, MyreqifPackage.ENUMVALUE__LASTCHANGE, oldLASTCHANGE, lASTCHANGE));
}
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
@Override
public String getLONGNAME() {
return lONGNAME;
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
@Override
public void setLONGNAME(String newLONGNAME) {
String oldLONGNAME = lONGNAME;
lONGNAME = newLONGNAME;
if (eNotificationRequired()) {
eNotify(new ENotificationImpl(this, Notification.SET, MyreqifPackage.ENUMVALUE__LONGNAME, oldLONGNAME, lONGNAME));
}
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
@Override
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) {
switch (featureID) {
case MyreqifPackage.ENUMVALUE__ALTERNATIVEID:
return basicSetALTERNATIVEID(null, msgs);
case MyreqifPackage.ENUMVALUE__PROPERTIES:
return basicSetPROPERTIES(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 MyreqifPackage.ENUMVALUE__ALTERNATIVEID:
return getALTERNATIVEID();
case MyreqifPackage.ENUMVALUE__PROPERTIES:
return getPROPERTIES();
case MyreqifPackage.ENUMVALUE__DESC:
return getDESC();
case MyreqifPackage.ENUMVALUE__IDENTIFIER:
return getIDENTIFIER();
case MyreqifPackage.ENUMVALUE__LASTCHANGE:
return getLASTCHANGE();
case MyreqifPackage.ENUMVALUE__LONGNAME:
return getLONGNAME();
}
return super.eGet(featureID, resolve, coreType);
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
@Override
public void eSet(int featureID, Object newValue) {
switch (featureID) {
case MyreqifPackage.ENUMVALUE__ALTERNATIVEID:
setALTERNATIVEID((ALTERNATIVEIDType2) newValue);
return;
case MyreqifPackage.ENUMVALUE__PROPERTIES:
setPROPERTIES((PROPERTIESType) newValue);
return;
case MyreqifPackage.ENUMVALUE__DESC:
setDESC((String) newValue);
return;
case MyreqifPackage.ENUMVALUE__IDENTIFIER:
setIDENTIFIER((String) newValue);
return;
case MyreqifPackage.ENUMVALUE__LASTCHANGE:
setLASTCHANGE((XMLGregorianCalendar) newValue);
return;
case MyreqifPackage.ENUMVALUE__LONGNAME:
setLONGNAME((String) newValue);
return;
}
super.eSet(featureID, newValue);
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
@Override
public void eUnset(int featureID) {
switch (featureID) {
case MyreqifPackage.ENUMVALUE__ALTERNATIVEID:
setALTERNATIVEID((ALTERNATIVEIDType2) null);
return;
case MyreqifPackage.ENUMVALUE__PROPERTIES:
setPROPERTIES((PROPERTIESType) null);
return;
case MyreqifPackage.ENUMVALUE__DESC:
setDESC(DESC_EDEFAULT);
return;
case MyreqifPackage.ENUMVALUE__IDENTIFIER:
setIDENTIFIER(IDENTIFIER_EDEFAULT);
return;
case MyreqifPackage.ENUMVALUE__LASTCHANGE:
setLASTCHANGE(LASTCHANGE_EDEFAULT);
return;
case MyreqifPackage.ENUMVALUE__LONGNAME:
setLONGNAME(LONGNAME_EDEFAULT);
return;
}
super.eUnset(featureID);
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
@Override
public boolean eIsSet(int featureID) {
switch (featureID) {
case MyreqifPackage.ENUMVALUE__ALTERNATIVEID:
return aLTERNATIVEID != null;
case MyreqifPackage.ENUMVALUE__PROPERTIES:
return pROPERTIES != null;
case MyreqifPackage.ENUMVALUE__DESC:
return DESC_EDEFAULT == null ? dESC != null : !DESC_EDEFAULT.equals(dESC);
case MyreqifPackage.ENUMVALUE__IDENTIFIER:
return IDENTIFIER_EDEFAULT == null ? iDENTIFIER != null : !IDENTIFIER_EDEFAULT.equals(iDENTIFIER);
case MyreqifPackage.ENUMVALUE__LASTCHANGE:
return LASTCHANGE_EDEFAULT == null ? lASTCHANGE != null : !LASTCHANGE_EDEFAULT.equals(lASTCHANGE);
case MyreqifPackage.ENUMVALUE__LONGNAME:
return LONGNAME_EDEFAULT == null ? lONGNAME != null : !LONGNAME_EDEFAULT.equals(lONGNAME);
}
return super.eIsSet(featureID);
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
@Override
public String toString() {
if (eIsProxy()) {
return super.toString();
}
StringBuffer result = new StringBuffer(super.toString());
result.append(" (dESC: ");
result.append(dESC);
result.append(", iDENTIFIER: ");
result.append(iDENTIFIER);
result.append(", lASTCHANGE: ");
result.append(lASTCHANGE);
result.append(", lONGNAME: ");
result.append(lONGNAME);
result.append(')');
return result.toString();
}
} // ENUMVALUEImpl