Learn R Programming

ows4R (version 0.1-1)

PropertyIsLike: PropertyIsLike

Description

PropertyIsLike

Usage

PropertyIsLike

Arguments

Value

Object of R6Class for modelling an PropertyIsLike

Format

R6Class object.

Methods

new(PropertyOperator, PropertyName, Literal, escapeChar, singleChar, wildCard, matchCase)

This method is used to instantiate an PropertyIsLike

Examples

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

Run the code above in your browser using DataLab