/** * * * * $Id$ */ package net.opengis.fes20.impl; import net.opengis.fes20.AbstractSelectionClauseType; import net.opengis.fes20.Fes20Package; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.impl.EObjectImpl; /** * * An implementation of the model object 'Abstract Selection Clause Type'. * *

*

* * @generated */ public abstract class AbstractSelectionClauseTypeImpl extends EObjectImpl implements AbstractSelectionClauseType { /** * * * @generated */ protected AbstractSelectionClauseTypeImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return Fes20Package.Literals.ABSTRACT_SELECTION_CLAUSE_TYPE; } } //AbstractSelectionClauseTypeImpl