/****************************************************************************** * Copyright (c) 2008 g-Eclipse consortium * 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 * * Initial development of the original code was made for * project g-Eclipse founded by European Union * project number: FP6-IST-034327 http://www.geclipse.eu/ * * Contributor(s): * UCY (http://www.cs.ucy.ac.cy) * - Nicholas Loulloudes (loulloudes.n@cs.ucy.ac.cy) * *****************************************************************************/ package eu.geclipse.batch.model.qdl.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.emf.ecore.impl.EObjectImpl; import org.eclipse.emf.ecore.util.BasicFeatureMap; import org.eclipse.emf.ecore.util.FeatureMap; import org.eclipse.emf.ecore.util.InternalEList; import eu.geclipse.batch.model.qdl.IntegerBoundaryType; import eu.geclipse.batch.model.qdl.QdlPackage; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Integer Boundary Type</b></em>'. * <!-- end-user-doc --> * <p> * The following features are implemented: * <ul> * <li>{@link eu.geclipse.batch.model.qdl.impl.IntegerBoundaryTypeImpl#getValue <em>Value</em>}</li> * <li>{@link eu.geclipse.batch.model.qdl.impl.IntegerBoundaryTypeImpl#getExclusiveBound <em>Exclusive Bound</em>}</li> * <li>{@link eu.geclipse.batch.model.qdl.impl.IntegerBoundaryTypeImpl#getAnyAttribute <em>Any Attribute</em>}</li> * </ul> * </p> * * @generated */ public class IntegerBoundaryTypeImpl extends EObjectImpl implements IntegerBoundaryType { /** * The default value of the '{@link #getValue() <em>Value</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #getValue() * @generated * @ordered */ protected static final int VALUE_EDEFAULT = 0; /** * The cached value of the '{@link #getValue() <em>Value</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #getValue() * @generated * @ordered */ protected int value = VALUE_EDEFAULT; /** * This is true if the Value attribute has been set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated * @ordered */ protected boolean valueESet; /** * The default value of the '{@link #getExclusiveBound() <em>Exclusive Bound</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #getExclusiveBound() * @generated * @ordered */ protected static final int EXCLUSIVE_BOUND_EDEFAULT = 0; /** * The cached value of the '{@link #getExclusiveBound() <em>Exclusive Bound</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #getExclusiveBound() * @generated * @ordered */ protected int exclusiveBound = EXCLUSIVE_BOUND_EDEFAULT; /** * This is true if the Exclusive Bound attribute has been set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated * @ordered */ protected boolean exclusiveBoundESet; /** * The cached value of the '{@link #getAnyAttribute() <em>Any Attribute</em>}' attribute list. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #getAnyAttribute() * @generated * @ordered */ protected FeatureMap anyAttribute; /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected IntegerBoundaryTypeImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return QdlPackage.Literals.INTEGER_BOUNDARY_TYPE; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public int getValue() { return value; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public void setValue(int newValue) { int oldValue = value; value = newValue; boolean oldValueESet = valueESet; valueESet = true; if (eNotificationRequired()) eNotify(new ENotificationImpl(this, Notification.SET, QdlPackage.INTEGER_BOUNDARY_TYPE__VALUE, oldValue, value, !oldValueESet)); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public void unsetValue() { int oldValue = value; boolean oldValueESet = valueESet; value = VALUE_EDEFAULT; valueESet = false; if (eNotificationRequired()) eNotify(new ENotificationImpl(this, Notification.UNSET, QdlPackage.INTEGER_BOUNDARY_TYPE__VALUE, oldValue, VALUE_EDEFAULT, oldValueESet)); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public boolean isSetValue() { return valueESet; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public int getExclusiveBound() { return exclusiveBound; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public void setExclusiveBound(int newExclusiveBound) { int oldExclusiveBound = exclusiveBound; exclusiveBound = newExclusiveBound; boolean oldExclusiveBoundESet = exclusiveBoundESet; exclusiveBoundESet = true; if (eNotificationRequired()) eNotify(new ENotificationImpl(this, Notification.SET, QdlPackage.INTEGER_BOUNDARY_TYPE__EXCLUSIVE_BOUND, oldExclusiveBound, exclusiveBound, !oldExclusiveBoundESet)); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public void unsetExclusiveBound() { int oldExclusiveBound = exclusiveBound; boolean oldExclusiveBoundESet = exclusiveBoundESet; exclusiveBound = EXCLUSIVE_BOUND_EDEFAULT; exclusiveBoundESet = false; if (eNotificationRequired()) eNotify(new ENotificationImpl(this, Notification.UNSET, QdlPackage.INTEGER_BOUNDARY_TYPE__EXCLUSIVE_BOUND, oldExclusiveBound, EXCLUSIVE_BOUND_EDEFAULT, oldExclusiveBoundESet)); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public boolean isSetExclusiveBound() { return exclusiveBoundESet; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public FeatureMap getAnyAttribute() { if (anyAttribute == null) { anyAttribute = new BasicFeatureMap(this, QdlPackage.INTEGER_BOUNDARY_TYPE__ANY_ATTRIBUTE); } return anyAttribute; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) { switch (featureID) { case QdlPackage.INTEGER_BOUNDARY_TYPE__ANY_ATTRIBUTE: return ((InternalEList<?>)getAnyAttribute()).basicRemove(otherEnd, 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 QdlPackage.INTEGER_BOUNDARY_TYPE__VALUE: return new Integer(getValue()); case QdlPackage.INTEGER_BOUNDARY_TYPE__EXCLUSIVE_BOUND: return new Integer(getExclusiveBound()); case QdlPackage.INTEGER_BOUNDARY_TYPE__ANY_ATTRIBUTE: if (coreType) return getAnyAttribute(); return ((FeatureMap.Internal)getAnyAttribute()).getWrapper(); } return super.eGet(featureID, resolve, coreType); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public void eSet(int featureID, Object newValue) { switch (featureID) { case QdlPackage.INTEGER_BOUNDARY_TYPE__VALUE: setValue(((Integer)newValue).intValue()); return; case QdlPackage.INTEGER_BOUNDARY_TYPE__EXCLUSIVE_BOUND: setExclusiveBound(((Integer)newValue).intValue()); return; case QdlPackage.INTEGER_BOUNDARY_TYPE__ANY_ATTRIBUTE: ((FeatureMap.Internal)getAnyAttribute()).set(newValue); return; } super.eSet(featureID, newValue); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public void eUnset(int featureID) { switch (featureID) { case QdlPackage.INTEGER_BOUNDARY_TYPE__VALUE: unsetValue(); return; case QdlPackage.INTEGER_BOUNDARY_TYPE__EXCLUSIVE_BOUND: unsetExclusiveBound(); return; case QdlPackage.INTEGER_BOUNDARY_TYPE__ANY_ATTRIBUTE: getAnyAttribute().clear(); return; } super.eUnset(featureID); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public boolean eIsSet(int featureID) { switch (featureID) { case QdlPackage.INTEGER_BOUNDARY_TYPE__VALUE: return isSetValue(); case QdlPackage.INTEGER_BOUNDARY_TYPE__EXCLUSIVE_BOUND: return isSetExclusiveBound(); case QdlPackage.INTEGER_BOUNDARY_TYPE__ANY_ATTRIBUTE: return anyAttribute != null && !anyAttribute.isEmpty(); } 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(" (value: "); if (valueESet) result.append(value); else result.append("<unset>"); result.append(", exclusiveBound: "); if (exclusiveBoundESet) result.append(exclusiveBound); else result.append("<unset>"); result.append(", anyAttribute: "); result.append(anyAttribute); result.append(')'); return result.toString(); } } //IntegerBoundaryTypeImpl