Uses of Interface
net.opengis.wfs20.CreateStoredQueryType
Packages that use CreateStoredQueryType
Package
Description
-
Uses of CreateStoredQueryType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return CreateStoredQueryTypeModifier and TypeMethodDescriptionWfs20Factory.createCreateStoredQueryType()
Returns a new object of class 'Create Stored Query Type'.DocumentRoot.getCreateStoredQuery()
Returns the value of the 'Create Stored Query' containment reference.Methods in net.opengis.wfs20 with parameters of type CreateStoredQueryTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setCreateStoredQuery
(CreateStoredQueryType value) Sets the value of the 'Create Stored Query
' containment reference. -
Uses of CreateStoredQueryType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement CreateStoredQueryTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Create Stored Query Type'.Methods in net.opengis.wfs20.impl that return CreateStoredQueryTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createCreateStoredQueryType()
DocumentRootImpl.getCreateStoredQuery()
Methods in net.opengis.wfs20.impl with parameters of type CreateStoredQueryTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetCreateStoredQuery
(CreateStoredQueryType newCreateStoredQuery, NotificationChain msgs) void
DocumentRootImpl.setCreateStoredQuery
(CreateStoredQueryType newCreateStoredQuery) -
Uses of CreateStoredQueryType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type CreateStoredQueryTypeModifier and TypeMethodDescriptionWfs20Switch.caseCreateStoredQueryType
(CreateStoredQueryType object) Returns the result of interpreting the object as an instance of 'Create Stored Query Type'.boolean
Wfs20Validator.validateCreateStoredQueryType
(CreateStoredQueryType createStoredQueryType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of CreateStoredQueryType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type CreateStoredQueryTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateCreateStoredQuery
(CreateStoredQueryType value)