Package nl.bimbase.bimworks.client
Class QuantityValueQuery
java.lang.Object
nl.bimbase.bimworks.client.QuantityValueQuery
- All Implemented Interfaces:
Comparable<QuantityValueQuery>
,CompareQuery
public class QuantityValueQuery
extends Object
implements Comparable<QuantityValueQuery>, CompareQuery
-
Constructor Summary
ConstructorDescriptionQuantityValueQuery
(String name, nl.bimbase.bimworks.common.client.Operator operator, com.fasterxml.jackson.databind.JsonNode value) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface nl.bimbase.bimworks.client.CompareQuery
getValueBytes
-
Constructor Details
-
QuantityValueQuery
public QuantityValueQuery(String name, nl.bimbase.bimworks.common.client.Operator operator, com.fasterxml.jackson.databind.JsonNode value)
-
-
Method Details
-
toJson
public com.fasterxml.jackson.databind.node.ObjectNode toJson() -
getOperator
public nl.bimbase.bimworks.common.client.Operator getOperator()- Specified by:
getOperator
in interfaceCompareQuery
-
getValue
public com.fasterxml.jackson.databind.JsonNode getValue()- Specified by:
getValue
in interfaceCompareQuery
-
getName
- Specified by:
getName
in interfaceCompareQuery
-
compareTo
- Specified by:
compareTo
in interfaceComparable<QuantityValueQuery>
-
of
-
getFullName
-
getFullFieldName
-
copy
-