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 TypeMethodDescriptionvoidDocumentRoot.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 TypeClassDescriptionclassAn 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetDropStoredQuery(DropStoredQueryType newDropStoredQuery, NotificationChain msgs) voidDocumentRootImpl.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'.booleanWfs20Validator.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 TypeMethodDescriptionbooleanDocumentRootValidator.validateDropStoredQuery(DropStoredQueryType value)