Uses of Interface
net.opengis.wfs20.ReplaceType
- 
Packages that use ReplaceType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation 
- 
- 
Uses of ReplaceType in net.opengis.wfs20Methods in net.opengis.wfs20 that return ReplaceType Modifier and Type Method Description ReplaceTypeWfs20Factory. createReplaceType()Returns a new object of class 'Replace Type'.ReplaceTypeDocumentRoot. getReplace()Returns the value of the 'Replace' containment reference.Methods in net.opengis.wfs20 with parameters of type ReplaceType Modifier and Type Method Description voidDocumentRoot. setReplace(ReplaceType value)Sets the value of the 'Replace' containment reference.
- 
Uses of ReplaceType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement ReplaceType Modifier and Type Class Description classReplaceTypeImplAn implementation of the model object 'Replace Type'.Methods in net.opengis.wfs20.impl that return ReplaceType Modifier and Type Method Description ReplaceTypeWfs20FactoryImpl. createReplaceType()ReplaceTypeDocumentRootImpl. getReplace()Methods in net.opengis.wfs20.impl with parameters of type ReplaceType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetReplace(ReplaceType newReplace, NotificationChain msgs)voidDocumentRootImpl. setReplace(ReplaceType newReplace)
- 
Uses of ReplaceType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type ReplaceType Modifier and Type Method Description TWfs20Switch. caseReplaceType(ReplaceType object)Returns the result of interpreting the object as an instance of 'Replace Type'.booleanWfs20Validator. validateReplaceType(ReplaceType replaceType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of ReplaceType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type ReplaceType Modifier and Type Method Description booleanDocumentRootValidator. validateReplace(ReplaceType value)
 
-