/** * * * * $Id$ */ package net.opengis.wfs20.impl; import net.opengis.wfs20.EmptyType; import net.opengis.wfs20.Wfs20Package; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.impl.EObjectImpl; /** * * An implementation of the model object 'Empty Type'. * *

*

* * @generated */ public class EmptyTypeImpl extends EObjectImpl implements EmptyType { /** * * * @generated */ protected EmptyTypeImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return Wfs20Package.Literals.EMPTY_TYPE; } } //EmptyTypeImpl