/** * <copyright> * </copyright> * * $Id: TableCompositionEditorSampleImpl.java,v 1.3 2011/11/14 15:01:16 sbouchet Exp $ */ package org.eclipse.emf.eef.eefnr.impl; import java.util.Collection; import org.eclipse.emf.common.notify.NotificationChain; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.InternalEObject; import org.eclipse.emf.ecore.util.EObjectContainmentEList; import org.eclipse.emf.ecore.util.InternalEList; import org.eclipse.emf.eef.eefnr.EefnrPackage; import org.eclipse.emf.eef.eefnr.Sample; import org.eclipse.emf.eef.eefnr.TableCompositionEditorSample; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Table Composition Editor Sample</b></em>'. * <!-- end-user-doc --> * <p> * The following features are implemented: * <ul> * <li>{@link org.eclipse.emf.eef.eefnr.impl.TableCompositionEditorSampleImpl#getTablecompositionRequiredProperty <em>Tablecomposition Required Property</em>}</li> * <li>{@link org.eclipse.emf.eef.eefnr.impl.TableCompositionEditorSampleImpl#getTablecompositionOptionalProperty <em>Tablecomposition Optional Property</em>}</li> * <li>{@link org.eclipse.emf.eef.eefnr.impl.TableCompositionEditorSampleImpl#getTablecompositionROProperty <em>Tablecomposition RO Property</em>}</li> * </ul> * </p> * * @generated */ public class TableCompositionEditorSampleImpl extends AbstractSampleImpl implements TableCompositionEditorSample { /** * The cached value of the '{@link #getTablecompositionRequiredProperty() <em>Tablecomposition Required Property</em>}' containment reference list. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #getTablecompositionRequiredProperty() * @generated * @ordered */ protected EList<Sample> tablecompositionRequiredProperty; /** * The cached value of the '{@link #getTablecompositionOptionalProperty() <em>Tablecomposition Optional Property</em>}' containment reference list. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #getTablecompositionOptionalProperty() * @generated * @ordered */ protected EList<Sample> tablecompositionOptionalProperty; /** * The cached value of the '{@link #getTablecompositionROProperty() <em>Tablecomposition RO Property</em>}' containment reference list. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #getTablecompositionROProperty() * @generated * @ordered */ protected EList<Sample> tablecompositionROProperty; /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected TableCompositionEditorSampleImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return EefnrPackage.Literals.TABLE_COMPOSITION_EDITOR_SAMPLE; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EList<Sample> getTablecompositionRequiredProperty() { if (tablecompositionRequiredProperty == null) { tablecompositionRequiredProperty = new EObjectContainmentEList<Sample>(Sample.class, this, EefnrPackage.TABLE_COMPOSITION_EDITOR_SAMPLE__TABLECOMPOSITION_REQUIRED_PROPERTY); } return tablecompositionRequiredProperty; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EList<Sample> getTablecompositionOptionalProperty() { if (tablecompositionOptionalProperty == null) { tablecompositionOptionalProperty = new EObjectContainmentEList<Sample>(Sample.class, this, EefnrPackage.TABLE_COMPOSITION_EDITOR_SAMPLE__TABLECOMPOSITION_OPTIONAL_PROPERTY); } return tablecompositionOptionalProperty; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EList<Sample> getTablecompositionROProperty() { if (tablecompositionROProperty == null) { tablecompositionROProperty = new EObjectContainmentEList<Sample>(Sample.class, this, EefnrPackage.TABLE_COMPOSITION_EDITOR_SAMPLE__TABLECOMPOSITION_RO_PROPERTY); } return tablecompositionROProperty; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) { switch (featureID) { case EefnrPackage.TABLE_COMPOSITION_EDITOR_SAMPLE__TABLECOMPOSITION_REQUIRED_PROPERTY: return ((InternalEList<?>)getTablecompositionRequiredProperty()).basicRemove(otherEnd, msgs); case EefnrPackage.TABLE_COMPOSITION_EDITOR_SAMPLE__TABLECOMPOSITION_OPTIONAL_PROPERTY: return ((InternalEList<?>)getTablecompositionOptionalProperty()).basicRemove(otherEnd, msgs); case EefnrPackage.TABLE_COMPOSITION_EDITOR_SAMPLE__TABLECOMPOSITION_RO_PROPERTY: return ((InternalEList<?>)getTablecompositionROProperty()).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 EefnrPackage.TABLE_COMPOSITION_EDITOR_SAMPLE__TABLECOMPOSITION_REQUIRED_PROPERTY: return getTablecompositionRequiredProperty(); case EefnrPackage.TABLE_COMPOSITION_EDITOR_SAMPLE__TABLECOMPOSITION_OPTIONAL_PROPERTY: return getTablecompositionOptionalProperty(); case EefnrPackage.TABLE_COMPOSITION_EDITOR_SAMPLE__TABLECOMPOSITION_RO_PROPERTY: return getTablecompositionROProperty(); } return super.eGet(featureID, resolve, coreType); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @SuppressWarnings("unchecked") @Override public void eSet(int featureID, Object newValue) { switch (featureID) { case EefnrPackage.TABLE_COMPOSITION_EDITOR_SAMPLE__TABLECOMPOSITION_REQUIRED_PROPERTY: getTablecompositionRequiredProperty().clear(); getTablecompositionRequiredProperty().addAll((Collection<? extends Sample>)newValue); return; case EefnrPackage.TABLE_COMPOSITION_EDITOR_SAMPLE__TABLECOMPOSITION_OPTIONAL_PROPERTY: getTablecompositionOptionalProperty().clear(); getTablecompositionOptionalProperty().addAll((Collection<? extends Sample>)newValue); return; case EefnrPackage.TABLE_COMPOSITION_EDITOR_SAMPLE__TABLECOMPOSITION_RO_PROPERTY: getTablecompositionROProperty().clear(); getTablecompositionROProperty().addAll((Collection<? extends Sample>)newValue); return; } super.eSet(featureID, newValue); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public void eUnset(int featureID) { switch (featureID) { case EefnrPackage.TABLE_COMPOSITION_EDITOR_SAMPLE__TABLECOMPOSITION_REQUIRED_PROPERTY: getTablecompositionRequiredProperty().clear(); return; case EefnrPackage.TABLE_COMPOSITION_EDITOR_SAMPLE__TABLECOMPOSITION_OPTIONAL_PROPERTY: getTablecompositionOptionalProperty().clear(); return; case EefnrPackage.TABLE_COMPOSITION_EDITOR_SAMPLE__TABLECOMPOSITION_RO_PROPERTY: getTablecompositionROProperty().clear(); return; } super.eUnset(featureID); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public boolean eIsSet(int featureID) { switch (featureID) { case EefnrPackage.TABLE_COMPOSITION_EDITOR_SAMPLE__TABLECOMPOSITION_REQUIRED_PROPERTY: return tablecompositionRequiredProperty != null && !tablecompositionRequiredProperty.isEmpty(); case EefnrPackage.TABLE_COMPOSITION_EDITOR_SAMPLE__TABLECOMPOSITION_OPTIONAL_PROPERTY: return tablecompositionOptionalProperty != null && !tablecompositionOptionalProperty.isEmpty(); case EefnrPackage.TABLE_COMPOSITION_EDITOR_SAMPLE__TABLECOMPOSITION_RO_PROPERTY: return tablecompositionROProperty != null && !tablecompositionROProperty.isEmpty(); } return super.eIsSet(featureID); } } //TableCompositionEditorSampleImpl