26 #ifndef __TERRALIB_FE_INTERNAL_PROPERTYISNULL_H
27 #define __TERRALIB_FE_INTERNAL_PROPERTYISNULL_H
#define TE_DEFINE_VISITABLE
A comparison operator is used to form expressions that evaluate the mathematical comparison between t...
A comparison operator is used to form expressions that evaluate the mathematical comparison between t...
The PropertyIsNull class encodes an operator that checks to see if the value of its content is NULL.
PropertyName * getPropertyName() const
It returns the property name.
~PropertyIsNull()
Destructor.
PropertyIsNull()
It initializes a new PropertyIsNull.
PropertyName * m_property
Mandatory.
ComparisonOp * clone() const
It creates a new copy of this object.
void setPropertyName(PropertyName *p)
It sets the property name.
This class is used to encode the name of any property of an object.
#define TEFEEXPORT
You can use this macro in order to export/import classes and functions from this module.