26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_PROPERTYNAME_H
27 #define __TERRALIB_DATAACCESS_INTERNAL_PROPERTYNAME_H
80 const std::string&
getName()
const {
return m_name; }
87 void setName(
const std::string& name) { m_name = name; }
#define TE_DEFINE_VISITABLE
This is an abstract class that models a query expression.
A class that models the name of any property of an object.
const std::string & getName() const
It returns the property name.
PropertyName(const PropertyName &rhs)
Copy constructor.
~PropertyName()
Destructor.
TE_DEFINE_VISITABLE PropertyName(const std::string &name)
Constructor.
std::string m_name
The property name.
PropertyName & operator=(const PropertyName &rhs)
Expression * clone() const
It creates a new copy of this expression.
void setName(const std::string &name)
It sets the property name.
Auxiliary classes and functions to serialize filter expressions from a XML document.
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.