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.wfs20Methods in net.opengis.wfs20 that return UpdateType Modifier and Type Method Description UpdateTypeWfs20Factory. createUpdateType()Returns a new object of class 'Update Type'.UpdateTypeDocumentRoot. getUpdate()Returns the value of the 'Update' containment reference.Methods in net.opengis.wfs20 with parameters of type UpdateType Modifier and Type Method Description voidDocumentRoot. setUpdate(UpdateType value)Sets the value of the 'Update' containment reference.
- 
Uses of UpdateType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement UpdateType Modifier and Type Class Description classUpdateTypeImplAn implementation of the model object 'Update Type'.Methods in net.opengis.wfs20.impl that return UpdateType Modifier and Type Method Description UpdateTypeWfs20FactoryImpl. createUpdateType()UpdateTypeDocumentRootImpl. getUpdate()Methods in net.opengis.wfs20.impl with parameters of type UpdateType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetUpdate(UpdateType newUpdate, NotificationChain msgs)voidDocumentRootImpl. setUpdate(UpdateType newUpdate)
- 
Uses of UpdateType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type UpdateType Modifier and Type Method Description TWfs20Switch. caseUpdateType(UpdateType object)Returns the result of interpreting the object as an instance of 'Update Type'.booleanWfs20Validator. validateUpdateType(UpdateType updateType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of UpdateType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type UpdateType Modifier and Type Method Description booleanDocumentRootValidator. validateUpdate(UpdateType value)
 
-