Uses of Interface
net.opengis.wfs20.UpdateType
-
Packages that use UpdateType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation -
-
Uses of UpdateType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return UpdateType Modifier and Type Method Description UpdateType
Wfs20Factory. createUpdateType()
Returns a new object of class 'Update Type'.UpdateType
DocumentRoot. getUpdate()
Returns the value of the 'Update' containment reference.Methods in net.opengis.wfs20 with parameters of type UpdateType Modifier and Type Method Description void
DocumentRoot. setUpdate(UpdateType value)
Sets the value of the 'Update
' containment reference. -
Uses of UpdateType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement UpdateType Modifier and Type Class Description class
UpdateTypeImpl
An implementation of the model object 'Update Type'.Methods in net.opengis.wfs20.impl that return UpdateType Modifier and Type Method Description UpdateType
Wfs20FactoryImpl. createUpdateType()
UpdateType
DocumentRootImpl. getUpdate()
Methods in net.opengis.wfs20.impl with parameters of type UpdateType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetUpdate(UpdateType newUpdate, NotificationChain msgs)
void
DocumentRootImpl. setUpdate(UpdateType newUpdate)
-
Uses of UpdateType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type UpdateType Modifier and Type Method Description T
Wfs20Switch. caseUpdateType(UpdateType object)
Returns the result of interpreting the object as an instance of 'Update Type'.boolean
Wfs20Validator. validateUpdateType(UpdateType updateType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of UpdateType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type UpdateType Modifier and Type Method Description boolean
DocumentRootValidator. validateUpdate(UpdateType value)
-