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