/** * * * * $Id$ */ package net.opengis.wcs11.impl; import net.opengis.ows11.impl.CodeTypeImpl; import net.opengis.wcs11.InterpolationMethodBaseType; import net.opengis.wcs11.Wcs111Package; import org.eclipse.emf.ecore.EClass; /** * * An implementation of the model object 'Interpolation Method Base Type'. * *

*

* * @generated */ public class InterpolationMethodBaseTypeImpl extends CodeTypeImpl implements InterpolationMethodBaseType { /** * * * @generated */ protected InterpolationMethodBaseTypeImpl() { super(); } /** * * * @generated */ protected EClass eStaticClass() { return Wcs111Package.Literals.INTERPOLATION_METHOD_BASE_TYPE; } } //InterpolationMethodBaseTypeImpl