26 #ifndef __TERRALIB_FE_INTERNAL_LITERAL_H 
   27 #define __TERRALIB_FE_INTERNAL_LITERAL_H 
   72         Literal(
const std::string& value);
 
   89         const std::string& getValue() 
const;
 
   96         void setValue(
const std::string& v);
 
  117 #endif  // __TERRALIB_FE_INTERNAL_LITERAL_H 
std::string m_value
Literal expression. (Mandatory) 
 
#define TEFEEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
This is an abstract class that models a Filter Encoding expression. 
 
This is an abstract class that models a Filter Encoding expression. 
 
#define TE_DEFINE_VISITABLE
 
This class can be used to represent literal values.