Uses of Interface
net.opengis.wfs20.DescribeStoredQueriesType
- 
Packages that use DescribeStoredQueriesType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation 
- 
- 
Uses of DescribeStoredQueriesType in net.opengis.wfs20Methods in net.opengis.wfs20 that return DescribeStoredQueriesType Modifier and Type Method Description DescribeStoredQueriesTypeWfs20Factory. createDescribeStoredQueriesType()Returns a new object of class 'Describe Stored Queries Type'.DescribeStoredQueriesTypeDocumentRoot. getDescribeStoredQueries()Returns the value of the 'Describe Stored Queries' containment reference.Methods in net.opengis.wfs20 with parameters of type DescribeStoredQueriesType Modifier and Type Method Description voidDocumentRoot. setDescribeStoredQueries(DescribeStoredQueriesType value)Sets the value of the 'Describe Stored Queries' containment reference.
- 
Uses of DescribeStoredQueriesType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement DescribeStoredQueriesType Modifier and Type Class Description classDescribeStoredQueriesTypeImplAn implementation of the model object 'Describe Stored Queries Type'.Methods in net.opengis.wfs20.impl that return DescribeStoredQueriesType Modifier and Type Method Description DescribeStoredQueriesTypeWfs20FactoryImpl. createDescribeStoredQueriesType()DescribeStoredQueriesTypeDocumentRootImpl. getDescribeStoredQueries()Methods in net.opengis.wfs20.impl with parameters of type DescribeStoredQueriesType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetDescribeStoredQueries(DescribeStoredQueriesType newDescribeStoredQueries, NotificationChain msgs)voidDocumentRootImpl. setDescribeStoredQueries(DescribeStoredQueriesType newDescribeStoredQueries)
- 
Uses of DescribeStoredQueriesType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type DescribeStoredQueriesType Modifier and Type Method Description TWfs20Switch. caseDescribeStoredQueriesType(DescribeStoredQueriesType object)Returns the result of interpreting the object as an instance of 'Describe Stored Queries Type'.booleanWfs20Validator. validateDescribeStoredQueriesType(DescribeStoredQueriesType describeStoredQueriesType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of DescribeStoredQueriesType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type DescribeStoredQueriesType Modifier and Type Method Description booleanDocumentRootValidator. validateDescribeStoredQueries(DescribeStoredQueriesType value)
 
-