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.wfs20
Methods in net.opengis.wfs20 that return DescribeStoredQueriesType Modifier and Type Method Description DescribeStoredQueriesType
Wfs20Factory. createDescribeStoredQueriesType()
Returns a new object of class 'Describe Stored Queries Type'.DescribeStoredQueriesType
DocumentRoot. 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 void
DocumentRoot. setDescribeStoredQueries(DescribeStoredQueriesType value)
Sets the value of the 'Describe Stored Queries
' containment reference. -
Uses of DescribeStoredQueriesType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement DescribeStoredQueriesType Modifier and Type Class Description class
DescribeStoredQueriesTypeImpl
An implementation of the model object 'Describe Stored Queries Type'.Methods in net.opengis.wfs20.impl that return DescribeStoredQueriesType Modifier and Type Method Description DescribeStoredQueriesType
Wfs20FactoryImpl. createDescribeStoredQueriesType()
DescribeStoredQueriesType
DocumentRootImpl. getDescribeStoredQueries()
Methods in net.opengis.wfs20.impl with parameters of type DescribeStoredQueriesType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetDescribeStoredQueries(DescribeStoredQueriesType newDescribeStoredQueries, NotificationChain msgs)
void
DocumentRootImpl. setDescribeStoredQueries(DescribeStoredQueriesType newDescribeStoredQueries)
-
Uses of DescribeStoredQueriesType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type DescribeStoredQueriesType Modifier and Type Method Description T
Wfs20Switch. caseDescribeStoredQueriesType(DescribeStoredQueriesType object)
Returns the result of interpreting the object as an instance of 'Describe Stored Queries Type'.boolean
Wfs20Validator. validateDescribeStoredQueriesType(DescribeStoredQueriesType describeStoredQueriesType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of DescribeStoredQueriesType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type DescribeStoredQueriesType Modifier and Type Method Description boolean
DocumentRootValidator. validateDescribeStoredQueries(DescribeStoredQueriesType value)
-