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

org.openxma.dsl.dom.model.impl.QlStatementImpl 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.QlStatement;

/**
 * 
 * An implementation of the model object 'Ql Statement'.
 * 
 * 

*

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy