Package nl.bimbase.bimworks.client
Class CalculatedValueQuery
- java.lang.Object
-
- nl.bimbase.bimworks.client.CalculatedValueQuery
-
- All Implemented Interfaces:
java.lang.Comparable<CalculatedValueQuery>,CompareQuery
public class CalculatedValueQuery extends java.lang.Object implements java.lang.Comparable<CalculatedValueQuery>, CompareQuery
-
-
Constructor Summary
Constructors Constructor Description CalculatedValueQuery(java.lang.String[] path)CalculatedValueQuery(java.lang.String[] path, nl.bimbase.bimworks.client.Operator operator, com.fasterxml.jackson.databind.JsonNode value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(CalculatedValueQuery o)java.lang.StringgetFullFieldName()java.lang.StringgetName()nl.bimbase.bimworks.client.OperatorgetOperator()java.lang.String[]getPath()com.fasterxml.jackson.databind.JsonNodegetValue()com.fasterxml.jackson.databind.node.ObjectNodetoJson()
-
-
-
Method Detail
-
getPath
public java.lang.String[] getPath()
-
toJson
public com.fasterxml.jackson.databind.node.ObjectNode toJson()
-
getOperator
public nl.bimbase.bimworks.client.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(CalculatedValueQuery o)
- Specified by:
compareToin interfacejava.lang.Comparable<CalculatedValueQuery>
-
getFullFieldName
public java.lang.String getFullFieldName()
-
-