26 #ifndef __TERRALIB_FE_INTERNAL_PROPERTYNAME_H
27 #define __TERRALIB_FE_INTERNAL_PROPERTYNAME_H
#define TE_DEFINE_VISITABLE
This is an abstract class that models a Filter Encoding expression.
This class is used to encode the name of any property of an object.
~PropertyName()
Destructor.
void setName(const std::string &name)
It sets the property name.
const std::string & getName() const
It returns the property name.
Expression * clone() const
It returns a clone of this object.
std::string m_name
Property name. (Mandatory)
PropertyName(const std::string &name)
Auxiliary classes and functions to serialize filter expressions from a XML document.
#define TEFEEXPORT
You can use this macro in order to export/import classes and functions from this module.