Package nl.bimbase.bimworks.client
Class FieldQuery
- java.lang.Object
-
- nl.bimbase.bimworks.client.FieldQuery
-
- All Implemented Interfaces:
CompareQuery
public class FieldQuery extends java.lang.Object implements CompareQuery
-
-
Constructor Summary
Constructors Constructor Description FieldQuery(java.lang.String fieldName, Operator operator, com.fasterxml.jackson.databind.JsonNode value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFieldName()java.lang.StringgetName()OperatorgetOperator()com.fasterxml.jackson.databind.JsonNodegetValue()com.fasterxml.jackson.databind.node.ObjectNodetoJson()
-
-
-
Constructor Detail
-
FieldQuery
public FieldQuery(java.lang.String fieldName, Operator operator, com.fasterxml.jackson.databind.JsonNode value)
-
-
Method Detail
-
getOperator
public Operator getOperator()
- Specified by:
getOperatorin interfaceCompareQuery
-
getValue
public com.fasterxml.jackson.databind.JsonNode getValue()
- Specified by:
getValuein interfaceCompareQuery
-
getFieldName
public java.lang.String getFieldName()
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceCompareQuery
-
toJson
public com.fasterxml.jackson.databind.node.ObjectNode toJson()
-
-