Uses of Interface
net.opengis.wfs20.FeaturesNotLockedType
- 
Packages that use FeaturesNotLockedType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation 
- 
- 
Uses of FeaturesNotLockedType in net.opengis.wfs20Methods in net.opengis.wfs20 that return FeaturesNotLockedType Modifier and Type Method Description FeaturesNotLockedTypeWfs20Factory. createFeaturesNotLockedType()Returns a new object of class 'Features Not Locked Type'.FeaturesNotLockedTypeLockFeatureResponseType. getFeaturesNotLocked()Returns the value of the 'Features Not Locked' containment reference.Methods in net.opengis.wfs20 with parameters of type FeaturesNotLockedType Modifier and Type Method Description voidLockFeatureResponseType. setFeaturesNotLocked(FeaturesNotLockedType value)Sets the value of the 'Features Not Locked' containment reference.
- 
Uses of FeaturesNotLockedType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement FeaturesNotLockedType Modifier and Type Class Description classFeaturesNotLockedTypeImplAn implementation of the model object 'Features Not Locked Type'.Fields in net.opengis.wfs20.impl declared as FeaturesNotLockedType Modifier and Type Field Description protected FeaturesNotLockedTypeLockFeatureResponseTypeImpl. featuresNotLockedThe cached value of the 'Features Not Locked' containment reference.Methods in net.opengis.wfs20.impl that return FeaturesNotLockedType Modifier and Type Method Description FeaturesNotLockedTypeWfs20FactoryImpl. createFeaturesNotLockedType()FeaturesNotLockedTypeLockFeatureResponseTypeImpl. getFeaturesNotLocked()Methods in net.opengis.wfs20.impl with parameters of type FeaturesNotLockedType Modifier and Type Method Description NotificationChainLockFeatureResponseTypeImpl. basicSetFeaturesNotLocked(FeaturesNotLockedType newFeaturesNotLocked, NotificationChain msgs)voidLockFeatureResponseTypeImpl. setFeaturesNotLocked(FeaturesNotLockedType newFeaturesNotLocked)
- 
Uses of FeaturesNotLockedType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type FeaturesNotLockedType Modifier and Type Method Description TWfs20Switch. caseFeaturesNotLockedType(FeaturesNotLockedType object)Returns the result of interpreting the object as an instance of 'Features Not Locked Type'.booleanWfs20Validator. validateFeaturesNotLockedType(FeaturesNotLockedType featuresNotLockedType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of FeaturesNotLockedType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type FeaturesNotLockedType Modifier and Type Method Description booleanLockFeatureResponseTypeValidator. validateFeaturesNotLocked(FeaturesNotLockedType value)
 
-