26#ifndef __TERRALIB_FE_INTERNAL_LITERAL_H
27#define __TERRALIB_FE_INTERNAL_LITERAL_H
#define TE_DEFINE_VISITABLE
Expression()
It initializes a new Expression.
Literal(const std::string &value)
It initializes a new Literal.
std::string m_value
Literal expression. (Mandatory)
Expression * clone() const
It returns a clone of this object.
const std::string & getValue() const
It returns the literal value.
void setValue(const std::string &v)
It sets the literal value.
This is an abstract class that models a Filter Encoding expression.
Namespace for the Filter Encoding module of TerraLib.
#define TEFEEXPORT
You can use this macro in order to export/import classes and functions from this module.