26#ifndef __TERRALIB_FE_INTERNAL_PROPERTYISLIKE_H
27#define __TERRALIB_FE_INTERNAL_PROPERTYISLIKE_H
#define TE_DEFINE_VISITABLE
A comparison operator is used to form expressions that evaluate the mathematical comparison between t...
A comparison operator is used to form expressions that evaluate the mathematical comparison between t...
This class can be used to represent literal values.
It is intended to encode a character string comparison operator with pattern matching.
Literal * m_literalValue
Mandatory.
~PropertyIsLike()
Destructor.
void setWildCard(const std::string &w)
It sets the wild character.
PropertyName * getPropertyName() const
It returns the property name.
std::string m_wildCard
The wildCard_ character matches zero or more characters. (Mandatory)
const std::string & getWildCard() const
It returns the wild character.
std::string m_singleChar
The singleChar_ character matches exactly one character. (Mandatory)
const std::string & getSingleChar() const
It returns the single wild character.
Literal * getLiteral() const
It returns the literal value.
std::string m_escapeChar
The escapeChar_ character is used to escape the meaning of the wildCard_, singleChar_ and escapeChar_...
void setEscapeChar(const std::string &e)
It sets the escape character.
PropertyIsLike()
It initializes a new PropertyIsLike.
ComparisonOp * clone() const
It creates a new copy of this object.
PropertyName * m_property
Mandatory.
void setLiteral(Literal *l)
It sets the literal value of the operator.
void setPropertyName(PropertyName *p)
It sets the property name.
void setSingleChar(const std::string &s)
It sets the wild single character.
const std::string & getEscapeChar() const
It returns the escape character.
This class is used to encode the name of any property of an object.
#define TEFEEXPORT
You can use this macro in order to export/import classes and functions from this module.