const std::string & getName() const
It returns the property name.
~PropertyIsNull()
Destructor.
The PropertyIsNull class encodes an operator that checks to see if the value of its content is NULL...
void setName(const char *opName)
It sets the operator name.
PropertyName * m_property
Mandatory.
PropertyName * getPropertyName() const
It returns the property name.
A comparison operator is used to form expressions that evaluate the mathematical comparison between t...
void setPropertyName(PropertyName *p)
It sets the property name.
The PropertyIsNull class encodes an operator that checks to see if the value of its content is NULL...
An static class with global definitions.
This class is used to encode the name of any property of an object.
An static class with global definitions.
PropertyIsNull()
It initializes a new PropertyIsNull.
ComparisonOp * clone() const
It creates a new copy of this object.
const char * m_name
Operator name.