/** * <copyright> * </copyright> * * $Id$ */ package org.eclipse.papyrus.infra.extendedtypes.impl; import org.eclipse.emf.ecore.EClass; import org.eclipse.papyrus.infra.extendedtypes.ExtendedtypesPackage; import org.eclipse.papyrus.infra.extendedtypes.PreActionConfiguration; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Pre Action Configuration</b></em>'. * <!-- end-user-doc --> * <p> * </p> * * @generated */ public abstract class PreActionConfigurationImpl extends ActionConfigurationImpl implements PreActionConfiguration { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected PreActionConfigurationImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return ExtendedtypesPackage.Literals.PRE_ACTION_CONFIGURATION; } } //PreActionConfigurationImpl