Class AttributeQuery
java.lang.Object
nl.bimbase.bimworks.client.AttributeQuery
- All Implemented Interfaces:
CompareQuery
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeQuery(String attributeName, nl.bimbase.bimworks.common.client.Operator operator, com.fasterxml.jackson.databind.JsonNode value) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CompareQuery
getValueBytes
-
Constructor Details
-
AttributeQuery
public AttributeQuery(String attributeName, 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:
getOperatorin interfaceCompareQuery
-
getValue
public com.fasterxml.jackson.databind.JsonNode getValue()- Specified by:
getValuein interfaceCompareQuery
-
getAttributeName
-
getName
- Specified by:
getNamein interfaceCompareQuery
-
toJson
public com.fasterxml.jackson.databind.node.ObjectNode toJson() -
copy
-