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
ConstructorsConstructorDescriptionQuantityValueQuery(String name, nl.bimbase.bimworks.common.client.Operator operator, com.fasterxml.jackson.databind.JsonNode value) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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:
getOperatorin interfaceCompareQuery
-
getValue
public com.fasterxml.jackson.databind.JsonNode getValue()- Specified by:
getValuein interfaceCompareQuery
-
getName
- Specified by:
getNamein interfaceCompareQuery
-
compareTo
- Specified by:
compareToin interfaceComparable<QuantityValueQuery>
-
of
-
getFullName
-
getFullFieldName
-
copy
-