Class BuildingStoreyQuery
java.lang.Object
nl.bimbase.bimworks.client.BuildingStoreyQuery
- All Implemented Interfaces:
CompareQuery
-
Constructor Summary
ConstructorsConstructorDescriptionBuildingStoreyQuery(String name, nl.bimbase.bimworks.common.client.Operator operator, int value) BuildingStoreyQuery(String name, nl.bimbase.bimworks.common.client.Operator operator, com.fasterxml.jackson.databind.JsonNode value) -
Method Summary
Modifier and TypeMethodDescriptioncopy()getName()nl.bimbase.bimworks.common.client.Operatorcom.fasterxml.jackson.databind.JsonNodegetValue()static BuildingStoreyQueryof(com.fasterxml.jackson.databind.JsonNode buildingStoreyNode) voidvoidsetOperator(nl.bimbase.bimworks.common.client.Operator operator) voidsetValue(com.fasterxml.jackson.databind.JsonNode value) com.fasterxml.jackson.databind.JsonNodetoJson()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CompareQuery
getValueBytes
-
Constructor Details
-
Method Details
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
getName
- Specified by:
getNamein interfaceCompareQuery
-
setName
-
getOperator
public nl.bimbase.bimworks.common.client.Operator getOperator()- Specified by:
getOperatorin interfaceCompareQuery
-
setOperator
public void setOperator(nl.bimbase.bimworks.common.client.Operator operator) -
getValue
public com.fasterxml.jackson.databind.JsonNode getValue()- Specified by:
getValuein interfaceCompareQuery
-
setValue
public void setValue(com.fasterxml.jackson.databind.JsonNode value) -
of
-
copy
-