Uses of Interface
net.opengis.wfs20.DropStoredQueryType
-
Packages that use DropStoredQueryType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation -
-
Uses of DropStoredQueryType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return DropStoredQueryType Modifier and Type Method Description DropStoredQueryType
Wfs20Factory. createDropStoredQueryType()
Returns a new object of class 'Drop Stored Query Type'.DropStoredQueryType
DocumentRoot. getDropStoredQuery()
Returns the value of the 'Drop Stored Query' containment reference.Methods in net.opengis.wfs20 with parameters of type DropStoredQueryType Modifier and Type Method Description void
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 DropStoredQueryType Modifier and Type Class Description class
DropStoredQueryTypeImpl
An implementation of the model object 'Drop Stored Query Type'.Methods in net.opengis.wfs20.impl that return DropStoredQueryType Modifier and Type Method Description DropStoredQueryType
Wfs20FactoryImpl. createDropStoredQueryType()
DropStoredQueryType
DocumentRootImpl. getDropStoredQuery()
Methods in net.opengis.wfs20.impl with parameters of type DropStoredQueryType Modifier and Type Method Description NotificationChain
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 DropStoredQueryType Modifier and Type Method Description T
Wfs20Switch. 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 DropStoredQueryType Modifier and Type Method Description boolean
DocumentRootValidator. validateDropStoredQuery(DropStoredQueryType value)
-