/******************************************************************************* * Copyright (c) 2010, 2011 Obeo. * 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: * Obeo - initial API and implementation *******************************************************************************/ package org.eclipse.mylyn.docs.intent.collab.test.model.TestPackage.impl; import org.eclipse.emf.ecore.EClass; import org.eclipse.mylyn.docs.intent.collab.test.model.TestPackage.TestClass2; import org.eclipse.mylyn.docs.intent.collab.test.model.TestPackage.TestPackagePackage; /** * <!-- begin-user-doc --> An implementation of the model object '<em><b>Test Class2</b></em>'. <!-- * end-user-doc --> * <p> * </p> * * @generated */ public class TestClass2Impl extends AbstractTestClassImpl implements TestClass2 { /** * <!-- begin-user-doc --> <!-- end-user-doc --> * @generated */ protected TestClass2Impl() { super(); } /** * <!-- begin-user-doc --> <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return TestPackagePackage.Literals.TEST_CLASS2; } /** * {@inheritDoc} * * @see org.eclipse.emf.internal.cdo.CDOObjectImpl#toString() */ @Override public String toString() { return this.getName(); } } // TestClass2Impl