blob: 0cea86432083908b5ee64ae248d060e3a9e643a3 [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id: ExtentModifyingAssociationEndSignatureImplementationImpl.java,v 1.2 2011/03/05 21:51:24 auhl Exp $
*/
package data.classes.impl;
import data.classes.ClassesPackage;
import data.classes.ExtentModifyingAssociationEndSignatureImplementation;
import org.eclipse.emf.ecore.EClass;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Extent Modifying Association End Signature Implementation</b></em>'.
* <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public abstract class ExtentModifyingAssociationEndSignatureImplementationImpl extends AssociationEndSignatureImplementationImpl implements ExtentModifyingAssociationEndSignatureImplementation {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected ExtentModifyingAssociationEndSignatureImplementationImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return ClassesPackage.Literals.EXTENT_MODIFYING_ASSOCIATION_END_SIGNATURE_IMPLEMENTATION;
}
} //ExtentModifyingAssociationEndSignatureImplementationImpl