/****** * Copyright (c) 2004 - 2010 Eike Stepper (Berlin, Germany) 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: * Eike Stepper - initial API and implementation */ package org.eclipse.emf.cdo.tests.model4.impl; import org.eclipse.emf.cdo.tests.model4.ContainedElementNoOpposite; import org.eclipse.emf.cdo.tests.model4.model4Package; import org.eclipse.emf.internal.cdo.CDOObjectImpl; import org.eclipse.emf.ecore.EClass; /** * An implementation of the model object 'Contained Element No Opposite'. *

* The following features are implemented: *

*

* * @generated */ public class ContainedElementNoOppositeImpl extends CDOObjectImpl implements ContainedElementNoOpposite { /** * * * @generated */ protected ContainedElementNoOppositeImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return model4Package.Literals.CONTAINED_ELEMENT_NO_OPPOSITE; } /** * * * @generated */ @Override protected int eStaticFeatureCount() { return 0; } /** * * * @generated */ public String getName() { return (String)eGet(model4Package.Literals.CONTAINED_ELEMENT_NO_OPPOSITE__NAME, true); } /** * * * @generated */ public void setName(String newName) { eSet(model4Package.Literals.CONTAINED_ELEMENT_NO_OPPOSITE__NAME, newName); } } // ContainedElementNoOppositeImpl