Class PropertyQuery

java.lang.Object
nl.bimbase.bimworks.client.PropertyQuery

public class PropertyQuery
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    PropertyQuery​(java.lang.String propertySetName, java.lang.String propertyName, Operator operator, com.fasterxml.jackson.databind.JsonNode value)  
  • Method Summary

    Modifier and Type Method Description
    Operator getOperator()  
    java.lang.String getPropertyName()  
    java.lang.String getPropertySetName()  
    com.fasterxml.jackson.databind.JsonNode getValue()  
    com.fasterxml.jackson.databind.node.ObjectNode toJson()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PropertyQuery

      public PropertyQuery​(java.lang.String propertySetName, java.lang.String propertyName, Operator operator, com.fasterxml.jackson.databind.JsonNode value)
  • Method Details