Class PropertyIsEqualToBinding
- Object
-
- AbstractComplexBinding
-
- OGCPropertyIsEqualToBinding
-
- PropertyIsEqualToBinding
-
- All Implemented Interfaces:
Binding
,ComplexBinding
public class PropertyIsEqualToBinding extends OGCPropertyIsEqualToBinding
Binding object for the element http://www.opengis.net/fes/2.0:PropertyIsEqualTo.<xsd:element name="PropertyIsEqualTo" substitutionGroup="fes:comparisonOps" type="fes:BinaryComparisonOpType"/>
-
-
Constructor Summary
Constructors Constructor Description PropertyIsEqualToBinding(FilterFactory filterfactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getTarget()
-
Methods inherited from class OGCPropertyIsEqualToBinding
getExecutionMode, getType, parse
-
Methods inherited from class AbstractComplexBinding
encode, getProperties, getProperty, initialize, initializeChildContext
-
-
-
-
Constructor Detail
-
PropertyIsEqualToBinding
public PropertyIsEqualToBinding(FilterFactory filterfactory)
-
-
Method Detail
-
getTarget
public QName getTarget()
- Specified by:
getTarget
in interfaceBinding
- Overrides:
getTarget
in classOGCPropertyIsEqualToBinding
- Returns:
- The qualified name of the target for the binding.
-
-