org.geotools.filter.v2_0.bindings
Class PropertyIsNullTypeBinding

Object
  extended by AbstractComplexBinding
      extended by OGCPropertyIsNullTypeBinding
          extended by PropertyIsNullTypeBinding
All Implemented Interfaces:
Binding, ComplexBinding

public class PropertyIsNullTypeBinding
extends OGCPropertyIsNullTypeBinding

Binding object for the type http://www.opengis.net/fes/2.0:PropertyIsNullType.

       
  <xsd:complexType name="PropertyIsNullType">
      <xsd:complexContent>
          <xsd:extension base="fes:ComparisonOpsType">
              <xsd:sequence>
                  <xsd:element minOccurs="0" ref="fes:expression"/>
              </xsd:sequence>
          </xsd:extension>
      </xsd:complexContent>
  </xsd:complexType> 
              
        
       


Field Summary
 
Fields inherited from interface Binding
AFTER, BEFORE, OVERRIDE
 
Constructor Summary
PropertyIsNullTypeBinding(FilterFactory factory)
           
 
Method Summary
 QName getTarget()
           
 
Methods inherited from class OGCPropertyIsNullTypeBinding
getProperty, getType, parse
 
Methods inherited from class AbstractComplexBinding
encode, getExecutionMode, getProperties, getProperties, initialize, initializeChildContext
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyIsNullTypeBinding

public PropertyIsNullTypeBinding(FilterFactory factory)
Method Detail

getTarget

public QName getTarget()
Specified by:
getTarget in interface Binding
Overrides:
getTarget in class OGCPropertyIsNullTypeBinding
Returns:
The qualified name of the target for the binding.


Copyright © 1996-2014 Geotools. All Rights Reserved.