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; }
 
   97 #endif  // __TERRALIB_DATAACCESS_INTERNAL_PROPERTYNAME_H 
TE_DEFINE_VISITABLE PropertyName(const std::string &name)
Constructor. 
 
#define TE_DEFINE_VISITABLE
 
const std::string & getName() const 
It returns the property name. 
 
~PropertyName()
Destructor. 
 
A class that models the name of any property of an object. 
 
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
This is an abstract class that models a query expression. 
 
This is an abstract class that models a query expression. 
 
std::string m_name
The property name. 
 
void setName(const std::string &name)
It sets the property name.