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