Package nl.bimbase.bimworks.client
Interface CompareQuery
-
- All Known Implementing Classes:
CalculatedValueQuery,FieldQuery,PropertyQuery,QuantityValueQuery
public interface CompareQuery
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()OperatorgetOperator()com.fasterxml.jackson.databind.JsonNodegetValue()
-
-
-
Method Detail
-
getValue
com.fasterxml.jackson.databind.JsonNode getValue()
-
getOperator
Operator getOperator()
-
getName
java.lang.String getName()
-
-