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.wfs20
Methods in net.opengis.wfs20 that return ReplaceType Modifier and Type Method Description ReplaceType
Wfs20Factory. createReplaceType()
Returns a new object of class 'Replace Type'.ReplaceType
DocumentRoot. getReplace()
Returns the value of the 'Replace' containment reference.Methods in net.opengis.wfs20 with parameters of type ReplaceType Modifier and Type Method Description void
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 ReplaceType Modifier and Type Class Description class
ReplaceTypeImpl
An implementation of the model object 'Replace Type'.Methods in net.opengis.wfs20.impl that return ReplaceType Modifier and Type Method Description ReplaceType
Wfs20FactoryImpl. createReplaceType()
ReplaceType
DocumentRootImpl. getReplace()
Methods in net.opengis.wfs20.impl with parameters of type ReplaceType Modifier and Type Method Description NotificationChain
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 ReplaceType Modifier and Type Method Description T
Wfs20Switch. 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 ReplaceType Modifier and Type Method Description boolean
DocumentRootValidator. validateReplace(ReplaceType value)
-