/** * <copyright> Copyright (c) 2008-2009 Jonas Helming, Maximilian Koegel. 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 </copyright> */ package org.eclipse.emf.emfstore.client.test.model.activity.impl; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.emfstore.client.test.model.activity.ActivityEnd; import org.eclipse.emf.emfstore.client.test.model.activity.ActivityPackage; /** * <!-- begin-user-doc --> An implementation of the model object '<em><b>End</b></em>'. <!-- end-user-doc --> * <p> * </p> * * @generated */ public class ActivityEndImpl extends ActivityObjectImpl implements ActivityEnd { /** * <!-- begin-user-doc --> <!-- end-user-doc --> * * @generated */ protected ActivityEndImpl() { super(); } /** * <!-- begin-user-doc --> <!-- end-user-doc --> * * @generated */ @Override protected EClass eStaticClass() { return ActivityPackage.Literals.ACTIVITY_END; } } // ActivityEndImpl