01: /**
02: * <copyright>
03: * </copyright>
04: *
05: * $Id: GetVersionedFeatureType.java 7988 2007-12-12 20:29:15Z aaime $
06: */package net.opengis.wfsv;
07:
08: import net.opengis.wfs.GetFeatureType;
09:
10: /**
11: * <!-- begin-user-doc -->
12: * A representation of the model object '<em><b>Get Versioned Feature Type</b></em>'.
13: * <!-- end-user-doc -->
14: *
15: * <!-- begin-model-doc -->
16: *
17: * The GetVersionedFeature extends GetFeature by returning a collection
18: * of AbstractVersionedFeature, which do contain more information about
19: * the last change occurred on each feature.
20: *
21: * <!-- end-model-doc -->
22: *
23: *
24: * @see net.opengis.wfsv.WfsvPackage#getGetVersionedFeatureType()
25: * @model extendedMetaData="name='GetVersionedFeatureType' kind='elementOnly'"
26: * @generated
27: */
28: public interface GetVersionedFeatureType extends GetFeatureType {
29: } // GetVersionedFeatureType
|