/******************************************************************************* * Copyright (c) 2006-2012 * Software Technology Group, Dresden University of Technology * DevBoost GmbH, Berlin, Amtsgericht Charlottenburg, HRB 140026 * * 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: * Software Technology Group - TU Dresden, Germany; * DevBoost GmbH - Berlin, Germany * - initial API and implementation ******************************************************************************/ /** * <copyright> * </copyright> * * $Id$ */ package org.oasisopen.names.tc.opendocument.xmlns.text.impl; import java.math.BigInteger; 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 org.oasisopen.names.tc.opendocument.xmlns.text.PageVariableSetType; import org.oasisopen.names.tc.opendocument.xmlns.text.TextPackage; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Page Variable Set Type</b></em>'. * <!-- end-user-doc --> * <p> * The following features are implemented: * <ul> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.text.impl.PageVariableSetTypeImpl#getMixed <em>Mixed</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.text.impl.PageVariableSetTypeImpl#getActive <em>Active</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.text.impl.PageVariableSetTypeImpl#getPageAdjust <em>Page Adjust</em>}</li> * </ul> * </p> * * @generated */ public class PageVariableSetTypeImpl extends EObjectImpl implements PageVariableSetType { /** * The cached value of the '{@link #getMixed() <em>Mixed</em>}' attribute list. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #getMixed() * @generated * @ordered */ protected FeatureMap mixed; /** * The default value of the '{@link #getActive() <em>Active</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #getActive() * @generated * @ordered */ protected static final org.oasisopen.names.tc.opendocument.xmlns.text.Boolean ACTIVE_EDEFAULT = org.oasisopen.names.tc.opendocument.xmlns.text.Boolean.TRUE; /** * The cached value of the '{@link #getActive() <em>Active</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #getActive() * @generated * @ordered */ protected org.oasisopen.names.tc.opendocument.xmlns.text.Boolean active = ACTIVE_EDEFAULT; /** * This is true if the Active attribute has been set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated * @ordered */ protected boolean activeESet; /** * The default value of the '{@link #getPageAdjust() <em>Page Adjust</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #getPageAdjust() * @generated * @ordered */ protected static final BigInteger PAGE_ADJUST_EDEFAULT = null; /** * The cached value of the '{@link #getPageAdjust() <em>Page Adjust</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #getPageAdjust() * @generated * @ordered */ protected BigInteger pageAdjust = PAGE_ADJUST_EDEFAULT; /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected PageVariableSetTypeImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return TextPackage.eINSTANCE.getPageVariableSetType(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public FeatureMap getMixed() { if (mixed == null) { mixed = new BasicFeatureMap(this, TextPackage.PAGE_VARIABLE_SET_TYPE__MIXED); } return mixed; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public org.oasisopen.names.tc.opendocument.xmlns.text.Boolean getActive() { return active; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public void setActive(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean newActive) { org.oasisopen.names.tc.opendocument.xmlns.text.Boolean oldActive = active; active = newActive == null ? ACTIVE_EDEFAULT : newActive; boolean oldActiveESet = activeESet; activeESet = true; if (eNotificationRequired()) eNotify(new ENotificationImpl(this, Notification.SET, TextPackage.PAGE_VARIABLE_SET_TYPE__ACTIVE, oldActive, active, !oldActiveESet)); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public void unsetActive() { org.oasisopen.names.tc.opendocument.xmlns.text.Boolean oldActive = active; boolean oldActiveESet = activeESet; active = ACTIVE_EDEFAULT; activeESet = false; if (eNotificationRequired()) eNotify(new ENotificationImpl(this, Notification.UNSET, TextPackage.PAGE_VARIABLE_SET_TYPE__ACTIVE, oldActive, ACTIVE_EDEFAULT, oldActiveESet)); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public boolean isSetActive() { return activeESet; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public BigInteger getPageAdjust() { return pageAdjust; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public void setPageAdjust(BigInteger newPageAdjust) { BigInteger oldPageAdjust = pageAdjust; pageAdjust = newPageAdjust; if (eNotificationRequired()) eNotify(new ENotificationImpl(this, Notification.SET, TextPackage.PAGE_VARIABLE_SET_TYPE__PAGE_ADJUST, oldPageAdjust, pageAdjust)); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) { switch (featureID) { case TextPackage.PAGE_VARIABLE_SET_TYPE__MIXED: return ((InternalEList<?>)getMixed()).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 TextPackage.PAGE_VARIABLE_SET_TYPE__MIXED: if (coreType) return getMixed(); return ((FeatureMap.Internal)getMixed()).getWrapper(); case TextPackage.PAGE_VARIABLE_SET_TYPE__ACTIVE: return getActive(); case TextPackage.PAGE_VARIABLE_SET_TYPE__PAGE_ADJUST: return getPageAdjust(); } return super.eGet(featureID, resolve, coreType); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public void eSet(int featureID, Object newValue) { switch (featureID) { case TextPackage.PAGE_VARIABLE_SET_TYPE__MIXED: ((FeatureMap.Internal)getMixed()).set(newValue); return; case TextPackage.PAGE_VARIABLE_SET_TYPE__ACTIVE: setActive((org.oasisopen.names.tc.opendocument.xmlns.text.Boolean)newValue); return; case TextPackage.PAGE_VARIABLE_SET_TYPE__PAGE_ADJUST: setPageAdjust((BigInteger)newValue); return; } super.eSet(featureID, newValue); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public void eUnset(int featureID) { switch (featureID) { case TextPackage.PAGE_VARIABLE_SET_TYPE__MIXED: getMixed().clear(); return; case TextPackage.PAGE_VARIABLE_SET_TYPE__ACTIVE: unsetActive(); return; case TextPackage.PAGE_VARIABLE_SET_TYPE__PAGE_ADJUST: setPageAdjust(PAGE_ADJUST_EDEFAULT); return; } super.eUnset(featureID); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public boolean eIsSet(int featureID) { switch (featureID) { case TextPackage.PAGE_VARIABLE_SET_TYPE__MIXED: return mixed != null && !mixed.isEmpty(); case TextPackage.PAGE_VARIABLE_SET_TYPE__ACTIVE: return isSetActive(); case TextPackage.PAGE_VARIABLE_SET_TYPE__PAGE_ADJUST: return PAGE_ADJUST_EDEFAULT == null ? pageAdjust != null : !PAGE_ADJUST_EDEFAULT.equals(pageAdjust); } 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(" (mixed: "); result.append(mixed); result.append(", active: "); if (activeESet) result.append(active); else result.append("<unset>"); result.append(", pageAdjust: "); result.append(pageAdjust); result.append(')'); return result.toString(); } } //PageVariableSetTypeImpl