Uses of Interface
net.opengis.wfs20.DeleteType
Packages that use DeleteType
Package
Description
-
Uses of DeleteType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return DeleteTypeModifier and TypeMethodDescriptionWfs20Factory.createDeleteType()
Returns a new object of class 'Delete Type'.DocumentRoot.getDelete()
Returns the value of the 'Delete' containment reference.Methods in net.opengis.wfs20 with parameters of type DeleteTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setDelete
(DeleteType value) Sets the value of the 'Delete
' containment reference. -
Uses of DeleteType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement DeleteTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Delete Type'.Methods in net.opengis.wfs20.impl that return DeleteTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createDeleteType()
DocumentRootImpl.getDelete()
Methods in net.opengis.wfs20.impl with parameters of type DeleteTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetDelete
(DeleteType newDelete, NotificationChain msgs) void
DocumentRootImpl.setDelete
(DeleteType newDelete) -
Uses of DeleteType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type DeleteTypeModifier and TypeMethodDescriptionWfs20Switch.caseDeleteType
(DeleteType object) Returns the result of interpreting the object as an instance of 'Delete Type'.boolean
Wfs20Validator.validateDeleteType
(DeleteType deleteType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of DeleteType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type DeleteType