Uses of Interface
net.opengis.wfs20.StoredQueryType
Packages that use StoredQueryType
Package
Description
-
Uses of StoredQueryType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return StoredQueryTypeModifier and TypeMethodDescriptionWfs20Factory.createStoredQueryType()Returns a new object of class 'Stored Query Type'.DocumentRoot.getStoredQuery()Returns the value of the 'Stored Query' containment reference.Methods in net.opengis.wfs20 with parameters of type StoredQueryTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setStoredQuery(StoredQueryType value) Sets the value of the 'Stored Query' containment reference. -
Uses of StoredQueryType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement StoredQueryTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Stored Query Type'.Methods in net.opengis.wfs20.impl that return StoredQueryTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createStoredQueryType()DocumentRootImpl.getStoredQuery()Methods in net.opengis.wfs20.impl with parameters of type StoredQueryTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetStoredQuery(StoredQueryType newStoredQuery, NotificationChain msgs) voidDocumentRootImpl.setStoredQuery(StoredQueryType newStoredQuery) -
Uses of StoredQueryType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type StoredQueryTypeModifier and TypeMethodDescriptionWfs20Switch.caseStoredQueryType(StoredQueryType object) Returns the result of interpreting the object as an instance of 'Stored Query Type'.booleanWfs20Validator.validateStoredQueryType(StoredQueryType storedQueryType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of StoredQueryType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type StoredQueryTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateStoredQuery(StoredQueryType value)