Uses of Interface
net.opengis.wfs20.DropStoredQueryType
Packages that use DropStoredQueryType
Package
Description
-
Uses of DropStoredQueryType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return DropStoredQueryTypeModifier and TypeMethodDescriptionWfs20Factory.createDropStoredQueryType()
Returns a new object of class 'Drop Stored Query Type'.DocumentRoot.getDropStoredQuery()
Returns the value of the 'Drop Stored Query' containment reference.Methods in net.opengis.wfs20 with parameters of type DropStoredQueryTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setDropStoredQuery
(DropStoredQueryType value) Sets the value of the 'Drop Stored Query
' containment reference. -
Uses of DropStoredQueryType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement DropStoredQueryTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Drop Stored Query Type'.Methods in net.opengis.wfs20.impl that return DropStoredQueryTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createDropStoredQueryType()
DocumentRootImpl.getDropStoredQuery()
Methods in net.opengis.wfs20.impl with parameters of type DropStoredQueryTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetDropStoredQuery
(DropStoredQueryType newDropStoredQuery, NotificationChain msgs) void
DocumentRootImpl.setDropStoredQuery
(DropStoredQueryType newDropStoredQuery) -
Uses of DropStoredQueryType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type DropStoredQueryTypeModifier and TypeMethodDescriptionWfs20Switch.caseDropStoredQueryType
(DropStoredQueryType object) Returns the result of interpreting the object as an instance of 'Drop Stored Query Type'.boolean
Wfs20Validator.validateDropStoredQueryType
(DropStoredQueryType dropStoredQueryType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of DropStoredQueryType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type DropStoredQueryTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateDropStoredQuery
(DropStoredQueryType value)