Uses of Interface
net.opengis.wfs20.LockFeatureType
- 
Packages that use LockFeatureType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation 
- 
- 
Uses of LockFeatureType in net.opengis.wfs20Methods in net.opengis.wfs20 that return LockFeatureType Modifier and Type Method Description LockFeatureTypeWfs20Factory. createLockFeatureType()Returns a new object of class 'Lock Feature Type'.LockFeatureTypeDocumentRoot. getLockFeature()Returns the value of the 'Lock Feature' containment reference.Methods in net.opengis.wfs20 with parameters of type LockFeatureType Modifier and Type Method Description voidDocumentRoot. setLockFeature(LockFeatureType value)Sets the value of the 'Lock Feature' containment reference.
- 
Uses of LockFeatureType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement LockFeatureType Modifier and Type Class Description classLockFeatureTypeImplAn implementation of the model object 'Lock Feature Type'.Methods in net.opengis.wfs20.impl that return LockFeatureType Modifier and Type Method Description LockFeatureTypeWfs20FactoryImpl. createLockFeatureType()LockFeatureTypeDocumentRootImpl. getLockFeature()Methods in net.opengis.wfs20.impl with parameters of type LockFeatureType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetLockFeature(LockFeatureType newLockFeature, NotificationChain msgs)voidDocumentRootImpl. setLockFeature(LockFeatureType newLockFeature)
- 
Uses of LockFeatureType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type LockFeatureType Modifier and Type Method Description TWfs20Switch. caseLockFeatureType(LockFeatureType object)Returns the result of interpreting the object as an instance of 'Lock Feature Type'.booleanWfs20Validator. validateLockFeatureType(LockFeatureType lockFeatureType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of LockFeatureType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type LockFeatureType Modifier and Type Method Description booleanDocumentRootValidator. validateLockFeature(LockFeatureType value)
 
-