Class QuantityValueQuery

    • Constructor Detail

      • QuantityValueQuery

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

      • toJson

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

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

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

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

        public static QuantityValueQuery of​(com.fasterxml.jackson.databind.JsonNode quantityNode)
      • getFullName

        public java.lang.String getFullName()
      • getFullFieldName

        public java.lang.String getFullFieldName()