/** * <copyright> * </copyright> * * $Id: MappedSuperclassImpl.java,v 1.7 2007/11/14 16:37:53 mtaal Exp $ */ package org.eclipse.emf.teneo.annotations.pannotation.impl; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.teneo.annotations.pannotation.MappedSuperclass; import org.eclipse.emf.teneo.annotations.pannotation.PannotationPackage; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Mapped Superclass</b></em>'. * <!-- end-user-doc --> * <p> * </p> * * @generated */ public class MappedSuperclassImpl extends PAnnotationImpl implements MappedSuperclass { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected MappedSuperclassImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return PannotationPackage.Literals.MAPPED_SUPERCLASS; } } //MappedSuperclassImpl