Uses of Interface
net.opengis.wfs20.StoredQueryType
-
Packages that use StoredQueryType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation -
-
Uses of StoredQueryType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return StoredQueryType Modifier and Type Method Description StoredQueryType
Wfs20Factory. createStoredQueryType()
Returns a new object of class 'Stored Query Type'.StoredQueryType
DocumentRoot. getStoredQuery()
Returns the value of the 'Stored Query' containment reference.Methods in net.opengis.wfs20 with parameters of type StoredQueryType Modifier and Type Method Description void
DocumentRoot. 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 StoredQueryType Modifier and Type Class Description class
StoredQueryTypeImpl
An implementation of the model object 'Stored Query Type'.Methods in net.opengis.wfs20.impl that return StoredQueryType Modifier and Type Method Description StoredQueryType
Wfs20FactoryImpl. createStoredQueryType()
StoredQueryType
DocumentRootImpl. getStoredQuery()
Methods in net.opengis.wfs20.impl with parameters of type StoredQueryType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetStoredQuery(StoredQueryType newStoredQuery, NotificationChain msgs)
void
DocumentRootImpl. setStoredQuery(StoredQueryType newStoredQuery)
-
Uses of StoredQueryType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type StoredQueryType Modifier and Type Method Description T
Wfs20Switch. caseStoredQueryType(StoredQueryType object)
Returns the result of interpreting the object as an instance of 'Stored Query Type'.boolean
Wfs20Validator. 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 StoredQueryType Modifier and Type Method Description boolean
DocumentRootValidator. validateStoredQuery(StoredQueryType value)
-