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

* The following features are supported: *

*

* * @see net.opengis.wfs20.Wfs20Package#getDescribeStoredQueriesType() * @model extendedMetaData="name='DescribeStoredQueriesType' kind='elementOnly'" * @generated */ public interface DescribeStoredQueriesType extends BaseRequestType { /** * Returns the value of the 'Stored Query Id' attribute list. * The list contents are of type {@link java.lang.String}. * *

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

* * @return the value of the 'Stored Query Id' attribute list. * @see net.opengis.wfs20.Wfs20Package#getDescribeStoredQueriesType_StoredQueryId() * @model */ EList getStoredQueryId(); } // DescribeStoredQueriesType