Learn R Programming

ows4R (version 0.1-1)

PropertyIsNull: PropertyIsNull

Description

PropertyIsNull

Usage

PropertyIsNull

Arguments

Value

Object of R6Class for modelling an PropertyIsNull

Format

R6Class object.

Methods

new(PropertyName)

This method is used to instantiate an PropertyIsNull

Examples

Run this code
# NOT RUN {
  expr <- PropertyIsNull$new(PropertyName = "property")
  expr_xml <- expr$encode() #see how it looks like in XML
  
# }

Run the code above in your browser using DataLab