Class FieldQuery

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

public class FieldQuery extends Object implements CompareQuery
  • Constructor Details

    • FieldQuery

      public FieldQuery(String fieldName, 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
    • getValue

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

      public String getFieldName()
    • getName

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

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

      public FieldQuery copy()