26 #ifndef __TERRALIB_FE_INTERNAL_PROPERTYNAME_H 
   27 #define __TERRALIB_FE_INTERNAL_PROPERTYNAME_H 
   89         void setName(
const std::string& name);
 
   96         const std::string& getName() 
const;
 
  117 #endif  // __TERRALIB_FE_INTERNAL_PROPERTYNAME_H 
This class is used to encode the name of any property of an object. 
 
#define TE_DEFINE_VISITABLE
 
This is an abstract class that models a Filter Encoding expression. 
 
This is an abstract class that models a Filter Encoding expression. 
 
std::string m_name
Property name. (Mandatory) 
 
#define TEFEEXPORT
You can use this macro in order to export/import classes and functions from this module.