The PropertyIsNull class encodes an operator that checks to see if the value of its content is NULL.  
 More...
#include <PropertyIsNull.h>
The PropertyIsNull class encodes an operator that checks to see if the value of its content is NULL. 
A NULL is equivalent to no value present. The value 0 is a valid value and is not considered NULL.
- See also
 - ComparisonOp, PropertyName 
 
Definition at line 51 of file PropertyIsNull.h.
 
◆ ReturnType
◆ VisitorType
◆ PropertyIsNull()
      
        
          | te::fe::PropertyIsNull::PropertyIsNull  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ ~PropertyIsNull()
      
        
          | te::fe::PropertyIsNull::~PropertyIsNull  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ accept()
It call the visit method from the guest object. 
- Parameters
 - 
  
    | guest | The guest or visitor. | 
  
   
- Returns
 - Any valid value define by the template type R. 
 
 
 
◆ clone()
◆ getName()
  
  
      
        
          | const char* te::fe::AbstractOp::getName  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineinherited   | 
  
 
It returns the operator name. 
- Returns
 - The operator name. 
 
Definition at line 82 of file AbstractOp.h.
 
 
◆ getPropertyName()
      
        
          | PropertyName* te::fe::PropertyIsNull::getPropertyName  | 
          ( | 
           | ) | 
           const | 
        
      
 
It returns the property name. 
- Returns
 - The property name. 
 
 
 
◆ setName()
  
  
      
        
          | void te::fe::AbstractOp::setName  | 
          ( | 
          const char *  | 
          opName | ) | 
           | 
         
       
   | 
  
inlineinherited   | 
  
 
It sets the operator name. 
- Parameters
 - 
  
  
 
Definition at line 89 of file AbstractOp.h.
 
 
◆ setPropertyName()
      
        
          | void te::fe::PropertyIsNull::setPropertyName  | 
          ( | 
          PropertyName *  | 
          p | ) | 
           | 
        
      
 
It sets the property name. 
- Parameters
 - 
  
  
 
- Note
 - It will take the ownership of the property name. 
 
 
 
◆ m_name
  
  
      
        
          | const char* te::fe::AbstractOp::m_name | 
         
       
   | 
  
protectedinherited   | 
  
 
 
◆ m_property
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_release/src/terralib/fe/PropertyIsNull.h