/** * * * * $Id$ */ package net.opengis.wfsv; import net.opengis.wfs.DescribeFeatureTypeType; /** * * A representation of the model object 'Describe Versioned Feature Type Type'. * * * * * Same as wfs:DescribeFeatureType, but with the option to output * a versioned feature type instead of a plain one * * * *

* The following features are supported: *

*

* * @see net.opengis.wfsv.WfsvPackage#getDescribeVersionedFeatureTypeType() * @model extendedMetaData="name='DescribeVersionedFeatureTypeType' kind='elementOnly'" * @generated */ public interface DescribeVersionedFeatureTypeType extends DescribeFeatureTypeType { /** * Returns the value of the 'Versioned' attribute. * The default value is "true". * * * * * If false, the output is the same as wfs:DescribeFeatureType, * if true on the contrary the generated feature type will descend * form wfsv:AbstractVersionedFeatureType * * * @return the value of the 'Versioned' attribute. * @see #isSetVersioned() * @see #unsetVersioned() * @see #setVersioned(boolean) * @see net.opengis.wfsv.WfsvPackage#getDescribeVersionedFeatureTypeType_Versioned() * @model default="true" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean" * extendedMetaData="kind='attribute' name='versioned'" * @generated */ boolean isVersioned(); /** * Sets the value of the '{@link net.opengis.wfsv.DescribeVersionedFeatureTypeType#isVersioned Versioned}' attribute. * * * @param value the new value of the 'Versioned' attribute. * @see #isSetVersioned() * @see #unsetVersioned() * @see #isVersioned() * @generated */ void setVersioned(boolean value); /** * Unsets the value of the '{@link net.opengis.wfsv.DescribeVersionedFeatureTypeType#isVersioned Versioned}' attribute. * * * @see #isSetVersioned() * @see #isVersioned() * @see #setVersioned(boolean) * @generated */ void unsetVersioned(); /** * Returns whether the value of the '{@link net.opengis.wfsv.DescribeVersionedFeatureTypeType#isVersioned Versioned}' attribute is set. * * * @return whether the value of the 'Versioned' attribute is set. * @see #unsetVersioned() * @see #isVersioned() * @see #setVersioned(boolean) * @generated */ boolean isSetVersioned(); } // DescribeVersionedFeatureTypeType