/** * * * * $Id$ */ package net.opengis.wfs20; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Describe Stored Queries Response Type'. * * *

* The following features are supported: *

*

* * @see net.opengis.wfs20.Wfs20Package#getDescribeStoredQueriesResponseType() * @model extendedMetaData="name='DescribeStoredQueriesResponseType' kind='elementOnly'" * @generated */ public interface DescribeStoredQueriesResponseType extends EObject { /** * Returns the value of the 'Stored Query Description' containment reference list. * The list contents are of type {@link net.opengis.wfs20.StoredQueryDescriptionType}. * *

* If the meaning of the 'Stored Query Description' containment reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Stored Query Description' containment reference list. * @see net.opengis.wfs20.Wfs20Package#getDescribeStoredQueriesResponseType_StoredQueryDescription() * @model containment="true" * extendedMetaData="kind='element' name='StoredQueryDescription' namespace='##targetNamespace'" * @generated */ EList getStoredQueryDescription(); } // DescribeStoredQueriesResponseType