/** * * * * $Id$ */ package net.opengis.wfsv; import net.opengis.wfs.GetFeatureType; /** * * A representation of the model object 'Get Versioned Feature Type'. * * * * * The GetVersionedFeature extends GetFeature by returning a collection * of AbstractVersionedFeature, which do contain more information about * the last change occurred on each feature. * * * * * @see net.opengis.wfsv.WfsvPackage#getGetVersionedFeatureType() * @model extendedMetaData="name='GetVersionedFeatureType' kind='elementOnly'" * @generated */ public interface GetVersionedFeatureType extends GetFeatureType { } // GetVersionedFeatureType