org.contextmapper.dsl.contextMappingDSL.impl.CustomerSupplierRelationshipImpl Maven / Gradle / Ivy
/**
* generated by Xtext 2.21.0
*/
package org.contextmapper.dsl.contextMappingDSL.impl;
import org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage;
import org.contextmapper.dsl.contextMappingDSL.CustomerSupplierRelationship;
import org.eclipse.emf.ecore.EClass;
/**
*
* An implementation of the model object 'Customer Supplier Relationship'.
*
*
* @generated
*/
public class CustomerSupplierRelationshipImpl extends UpstreamDownstreamRelationshipImpl implements CustomerSupplierRelationship
{
/**
*
*
* @generated
*/
protected CustomerSupplierRelationshipImpl()
{
super();
}
/**
*
*
* @generated
*/
@Override
protected EClass eStaticClass()
{
return ContextMappingDSLPackage.Literals.CUSTOMER_SUPPLIER_RELATIONSHIP;
}
} //CustomerSupplierRelationshipImpl