Package nl.bimbase.bimworks.client
Class FieldQuery
java.lang.Object
nl.bimbase.bimworks.client.FieldQuery
- All Implemented Interfaces:
CompareQuery
-
Constructor Summary
ConstructorDescriptionFieldQuery
(String fieldName, 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
-
FieldQuery
public FieldQuery(String fieldName, nl.bimbase.bimworks.common.client.Operator operator, com.fasterxml.jackson.databind.JsonNode value)
-
-
Method Details
-
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
-
getFieldName
-
getName
- Specified by:
getName
in interfaceCompareQuery
-
toJson
public com.fasterxml.jackson.databind.node.ObjectNode toJson() -
copy
-