Class PropertyQuery

    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      nl.bimbase.bimworks.client.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 Detail

      • PropertyQuery

        public PropertyQuery​(java.lang.String propertySetName,
                             java.lang.String propertyName,
                             nl.bimbase.bimworks.client.Operator operator,
                             com.fasterxml.jackson.databind.JsonNode value)
    • Method Detail

      • getOperator

        public nl.bimbase.bimworks.client.Operator getOperator()
        Specified by:
        getOperator in interface CompareQuery
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface CompareQuery
      • getPropertyName

        public java.lang.String getPropertyName()
      • getPropertySetName

        public java.lang.String getPropertySetName()
      • getValue

        public com.fasterxml.jackson.databind.JsonNode getValue()
        Specified by:
        getValue in interface CompareQuery
      • toJson

        public com.fasterxml.jackson.databind.node.ObjectNode toJson()