Uses of Interface
net.opengis.wfs20.GetPropertyValueType
- 
Packages that use GetPropertyValueType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation 
- 
- 
Uses of GetPropertyValueType in net.opengis.wfs20Methods in net.opengis.wfs20 that return GetPropertyValueType Modifier and Type Method Description GetPropertyValueTypeWfs20Factory. createGetPropertyValueType()Returns a new object of class 'Get Property Value Type'.GetPropertyValueTypeDocumentRoot. getGetPropertyValue()Returns the value of the 'Get Property Value' containment reference.Methods in net.opengis.wfs20 with parameters of type GetPropertyValueType Modifier and Type Method Description voidDocumentRoot. setGetPropertyValue(GetPropertyValueType value)Sets the value of the 'Get Property Value' containment reference.
- 
Uses of GetPropertyValueType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement GetPropertyValueType Modifier and Type Class Description classGetPropertyValueTypeImplAn implementation of the model object 'Get Property Value Type'.Methods in net.opengis.wfs20.impl that return GetPropertyValueType Modifier and Type Method Description GetPropertyValueTypeWfs20FactoryImpl. createGetPropertyValueType()GetPropertyValueTypeDocumentRootImpl. getGetPropertyValue()Methods in net.opengis.wfs20.impl with parameters of type GetPropertyValueType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGetPropertyValue(GetPropertyValueType newGetPropertyValue, NotificationChain msgs)voidDocumentRootImpl. setGetPropertyValue(GetPropertyValueType newGetPropertyValue)
- 
Uses of GetPropertyValueType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type GetPropertyValueType Modifier and Type Method Description TWfs20Switch. caseGetPropertyValueType(GetPropertyValueType object)Returns the result of interpreting the object as an instance of 'Get Property Value Type'.booleanWfs20Validator. validateGetPropertyValueType(GetPropertyValueType getPropertyValueType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of GetPropertyValueType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type GetPropertyValueType Modifier and Type Method Description booleanDocumentRootValidator. validateGetPropertyValue(GetPropertyValueType value)
 
-