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.
PropertyName(const PropertyName &rhs)
Copy constructor.
PropertyName & operator=(const PropertyName &rhs)
~PropertyName()
Destructor.
TE_DEFINE_VISITABLE PropertyName(const std::string &name)
Constructor.
Expression * clone() const
It creates a new copy of this expression.
std::string m_name
The property name.
const std::string & getName() const
It returns the property name.
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.