Uses of Interface
net.opengis.wfs20.ReplaceType
Packages that use ReplaceType
Package
Description
-
Uses of ReplaceType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return ReplaceTypeModifier and TypeMethodDescriptionWfs20Factory.createReplaceType()
Returns a new object of class 'Replace Type'.DocumentRoot.getReplace()
Returns the value of the 'Replace' containment reference.Methods in net.opengis.wfs20 with parameters of type ReplaceTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setReplace
(ReplaceType value) Sets the value of the 'Replace
' containment reference. -
Uses of ReplaceType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement ReplaceTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Replace Type'.Methods in net.opengis.wfs20.impl that return ReplaceTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createReplaceType()
DocumentRootImpl.getReplace()
Methods in net.opengis.wfs20.impl with parameters of type ReplaceTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetReplace
(ReplaceType newReplace, NotificationChain msgs) void
DocumentRootImpl.setReplace
(ReplaceType newReplace) -
Uses of ReplaceType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type ReplaceTypeModifier and TypeMethodDescriptionWfs20Switch.caseReplaceType
(ReplaceType object) Returns the result of interpreting the object as an instance of 'Replace Type'.boolean
Wfs20Validator.validateReplaceType
(ReplaceType replaceType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of ReplaceType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type ReplaceTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateReplace
(ReplaceType value)