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.wfs20
Methods in net.opengis.wfs20 that return GetFeatureWithLockType Modifier and Type Method Description GetFeatureWithLockType
Wfs20Factory. createGetFeatureWithLockType()
Returns a new object of class 'Get Feature With Lock Type'.GetFeatureWithLockType
DocumentRoot. 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 void
DocumentRoot. setGetFeatureWithLock(GetFeatureWithLockType value)
Sets the value of the 'Get Feature With Lock
' containment reference. -
Uses of GetFeatureWithLockType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement GetFeatureWithLockType Modifier and Type Class Description class
GetFeatureWithLockTypeImpl
An implementation of the model object 'Get Feature With Lock Type'.Methods in net.opengis.wfs20.impl that return GetFeatureWithLockType Modifier and Type Method Description GetFeatureWithLockType
Wfs20FactoryImpl. createGetFeatureWithLockType()
GetFeatureWithLockType
DocumentRootImpl. getGetFeatureWithLock()
Methods in net.opengis.wfs20.impl with parameters of type GetFeatureWithLockType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGetFeatureWithLock(GetFeatureWithLockType newGetFeatureWithLock, NotificationChain msgs)
void
DocumentRootImpl. setGetFeatureWithLock(GetFeatureWithLockType newGetFeatureWithLock)
-
Uses of GetFeatureWithLockType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type GetFeatureWithLockType Modifier and Type Method Description T
Wfs20Switch. caseGetFeatureWithLockType(GetFeatureWithLockType object)
Returns the result of interpreting the object as an instance of 'Get Feature With Lock Type'.boolean
Wfs20Validator. validateGetFeatureWithLockType(GetFeatureWithLockType getFeatureWithLockType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of GetFeatureWithLockType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type GetFeatureWithLockType Modifier and Type Method Description boolean
DocumentRootValidator. validateGetFeatureWithLock(GetFeatureWithLockType value)
-