Package nl.bimbase.bimworks.client
Class QuantityValueQuery
- java.lang.Object
-
- nl.bimbase.bimworks.client.QuantityValueQuery
-
- All Implemented Interfaces:
java.lang.Comparable<QuantityValueQuery>,CompareQuery
public class QuantityValueQuery extends java.lang.Object implements java.lang.Comparable<QuantityValueQuery>, CompareQuery
-
-
Constructor Summary
Constructors Constructor Description QuantityValueQuery(java.lang.String name, Operator operator, com.fasterxml.jackson.databind.JsonNode value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(QuantityValueQuery o)java.lang.StringgetFullFieldName()java.lang.StringgetFullName()java.lang.StringgetName()OperatorgetOperator()com.fasterxml.jackson.databind.JsonNodegetValue()static QuantityValueQueryof(com.fasterxml.jackson.databind.JsonNode quantityNode)com.fasterxml.jackson.databind.node.ObjectNodetoJson()
-
-
-
Constructor Detail
-
QuantityValueQuery
public QuantityValueQuery(java.lang.String name, Operator operator, com.fasterxml.jackson.databind.JsonNode value)
-
-
Method Detail
-
toJson
public com.fasterxml.jackson.databind.node.ObjectNode toJson()
-
getOperator
public Operator getOperator()
- Specified by:
getOperatorin interfaceCompareQuery
-
getValue
public com.fasterxml.jackson.databind.JsonNode getValue()
- Specified by:
getValuein interfaceCompareQuery
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceCompareQuery
-
compareTo
public int compareTo(QuantityValueQuery o)
- Specified by:
compareToin interfacejava.lang.Comparable<QuantityValueQuery>
-
of
public static QuantityValueQuery of(com.fasterxml.jackson.databind.JsonNode quantityNode)
-
getFullName
public java.lang.String getFullName()
-
getFullFieldName
public java.lang.String getFullFieldName()
-
-