All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openxma.dsl.dom.model.impl.QueryParameterReferenceImpl Maven / Gradle / Ivy

There is a newer version: 6.0.2
Show newest version
/**
 * 
 * 
 *
 * $Id$
 */
package org.openxma.dsl.dom.model.impl;

import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
import org.openxma.dsl.dom.DomPackage;
import org.openxma.dsl.dom.model.QueryParameterReference;

/**
 * 
 * An implementation of the model object 'Query Parameter Reference'.
 * 
 * 

*

* * @generated */ public class QueryParameterReferenceImpl extends MinimalEObjectImpl.Container implements QueryParameterReference { /** * * * @generated */ protected QueryParameterReferenceImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return DomPackage.Literals.QUERY_PARAMETER_REFERENCE; } } //QueryParameterReferenceImpl




© 2015 - 2024 Weber Informatics LLC | Privacy Policy