/** * * * * $Id$ */ package net.opengis.wfsv; import net.opengis.wfs.DeleteElementType; /** * * A representation of the model object 'Versioned Delete Element Type'. * * *

* The following features are supported: *

*

* * @see net.opengis.wfsv.WfsvPackage#getVersionedDeleteElementType() * @model extendedMetaData="name='VersionedDeleteElementType' kind='elementOnly'" * @generated */ public interface VersionedDeleteElementType extends DeleteElementType { /** * Returns the value of the 'Feature Version' attribute. * * * * * See VersionedUpdateElementType featureVersion attribute. * * * @return the value of the 'Feature Version' attribute. * @see #setFeatureVersion(String) * @see net.opengis.wfsv.WfsvPackage#getVersionedDeleteElementType_FeatureVersion() * @model dataType="org.eclipse.emf.ecore.xml.type.String" required="true" * extendedMetaData="kind='attribute' name='featureVersion'" * @generated */ String getFeatureVersion(); /** * Sets the value of the '{@link net.opengis.wfsv.VersionedDeleteElementType#getFeatureVersion Feature Version}' attribute. * * * @param value the new value of the 'Feature Version' attribute. * @see #getFeatureVersion() * @generated */ void setFeatureVersion(String value); } // VersionedDeleteElementType