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