Go to the documentation of this file.
   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 
  
 
~PropertyName()
Destructor.
 
void setName(const std::string &name)
It sets the property name.
 
A class that models the name of any property of an object.
 
PropertyName & operator=(const PropertyName &rhs)
 
#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.
 
#define TE_DEFINE_VISITABLE
 
Auxiliary classes and functions to serialize filter expressions from a XML document.
 
TE_DEFINE_VISITABLE PropertyName(const std::string &name)
Constructor.
 
std::string m_name
The property name.
 
PropertyName(const PropertyName &rhs)
Copy constructor.
 
const std::string & getName() const
It returns the property name.
 
Expression * clone() const
It creates a new copy of this expression.