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.wfs20
Methods in net.opengis.wfs20 that return GetPropertyValueType Modifier and Type Method Description GetPropertyValueType
Wfs20Factory. createGetPropertyValueType()
Returns a new object of class 'Get Property Value Type'.GetPropertyValueType
DocumentRoot. 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 void
DocumentRoot. setGetPropertyValue(GetPropertyValueType value)
Sets the value of the 'Get Property Value
' containment reference. -
Uses of GetPropertyValueType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement GetPropertyValueType Modifier and Type Class Description class
GetPropertyValueTypeImpl
An implementation of the model object 'Get Property Value Type'.Methods in net.opengis.wfs20.impl that return GetPropertyValueType Modifier and Type Method Description GetPropertyValueType
Wfs20FactoryImpl. createGetPropertyValueType()
GetPropertyValueType
DocumentRootImpl. getGetPropertyValue()
Methods in net.opengis.wfs20.impl with parameters of type GetPropertyValueType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGetPropertyValue(GetPropertyValueType newGetPropertyValue, NotificationChain msgs)
void
DocumentRootImpl. setGetPropertyValue(GetPropertyValueType newGetPropertyValue)
-
Uses of GetPropertyValueType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type GetPropertyValueType Modifier and Type Method Description T
Wfs20Switch. caseGetPropertyValueType(GetPropertyValueType object)
Returns the result of interpreting the object as an instance of 'Get Property Value Type'.boolean
Wfs20Validator. validateGetPropertyValueType(GetPropertyValueType getPropertyValueType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of GetPropertyValueType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type GetPropertyValueType Modifier and Type Method Description boolean
DocumentRootValidator. validateGetPropertyValue(GetPropertyValueType value)
-