/** * <copyright> * </copyright> * * $Id: AbapAssociationEndImplementationAnnotationImpl.java,v 1.2 2011/03/05 21:39:51 auhl Exp $ */ package abapmapping.impl; import abapmapping.AbapAssociationEndImplementationAnnotation; import abapmapping.AbapmappingPackage; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.impl.EObjectImpl; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Abap Association End Implementation Annotation</b></em>'. * <!-- end-user-doc --> * <p> * </p> * * @generated */ public class AbapAssociationEndImplementationAnnotationImpl extends EObjectImpl implements AbapAssociationEndImplementationAnnotation { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected AbapAssociationEndImplementationAnnotationImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return AbapmappingPackage.Literals.ABAP_ASSOCIATION_END_IMPLEMENTATION_ANNOTATION; } } //AbapAssociationEndImplementationAnnotationImpl