/** * <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.Activity; import org.eclipse.emf.emfstore.client.test.model.activity.ActivityPackage; /** * <!-- begin-user-doc --> An implementation of the model object '<em><b>Activity</b></em>'. <!-- end-user-doc --> * <p> * </p> * * @generated */ public class ActivityImpl extends ActivityObjectImpl implements Activity { /** * <!-- begin-user-doc --> <!-- end-user-doc --> * * @generated */ protected ActivityImpl() { super(); } /** * <!-- begin-user-doc --> <!-- end-user-doc --> * * @generated */ @Override protected EClass eStaticClass() { return ActivityPackage.Literals.ACTIVITY; } } // ActivityImpl