Uses of Interface
net.opengis.wfs20.GetFeatureWithLockType
- 
Packages that use GetFeatureWithLockType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation 
- 
- 
Uses of GetFeatureWithLockType in net.opengis.wfs20Methods in net.opengis.wfs20 that return GetFeatureWithLockType Modifier and Type Method Description GetFeatureWithLockTypeWfs20Factory. createGetFeatureWithLockType()Returns a new object of class 'Get Feature With Lock Type'.GetFeatureWithLockTypeDocumentRoot. getGetFeatureWithLock()Returns the value of the 'Get Feature With Lock' containment reference.Methods in net.opengis.wfs20 with parameters of type GetFeatureWithLockType Modifier and Type Method Description voidDocumentRoot. setGetFeatureWithLock(GetFeatureWithLockType value)Sets the value of the 'Get Feature With Lock' containment reference.
- 
Uses of GetFeatureWithLockType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement GetFeatureWithLockType Modifier and Type Class Description classGetFeatureWithLockTypeImplAn implementation of the model object 'Get Feature With Lock Type'.Methods in net.opengis.wfs20.impl that return GetFeatureWithLockType Modifier and Type Method Description GetFeatureWithLockTypeWfs20FactoryImpl. createGetFeatureWithLockType()GetFeatureWithLockTypeDocumentRootImpl. getGetFeatureWithLock()Methods in net.opengis.wfs20.impl with parameters of type GetFeatureWithLockType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGetFeatureWithLock(GetFeatureWithLockType newGetFeatureWithLock, NotificationChain msgs)voidDocumentRootImpl. setGetFeatureWithLock(GetFeatureWithLockType newGetFeatureWithLock)
- 
Uses of GetFeatureWithLockType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type GetFeatureWithLockType Modifier and Type Method Description TWfs20Switch. caseGetFeatureWithLockType(GetFeatureWithLockType object)Returns the result of interpreting the object as an instance of 'Get Feature With Lock Type'.booleanWfs20Validator. validateGetFeatureWithLockType(GetFeatureWithLockType getFeatureWithLockType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of GetFeatureWithLockType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type GetFeatureWithLockType Modifier and Type Method Description booleanDocumentRootValidator. validateGetFeatureWithLock(GetFeatureWithLockType value)
 
-