Class PropertyQuery

java.lang.Object
nl.bimbase.bimworks.client.PropertyQuery
All Implemented Interfaces:
CompareQuery

public class PropertyQuery extends Object implements CompareQuery
  • Constructor Details

    • PropertyQuery

      public PropertyQuery()
    • PropertyQuery

      public PropertyQuery(String propertySetName, String propertyName, nl.bimbase.bimworks.common.client.Operator operator, com.fasterxml.jackson.databind.JsonNode value)
  • Method Details

    • getOperator

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

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

      public String getPropertyName()
    • getPropertySetName

      public String getPropertySetName()
    • setPropertySetName

      public void setPropertySetName(String propertySetName)
    • getValue

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

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

      public PropertyQuery copy()