Package nl.bimbase.bimworks.client
Class BuildingStoreyQuery
java.lang.Object
nl.bimbase.bimworks.client.BuildingStoreyQuery
- All Implemented Interfaces:
CompareQuery
-
Constructor Summary
ConstructorDescriptionBuildingStoreyQuery
(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.Operator
com.fasterxml.jackson.databind.JsonNode
getValue()
static BuildingStoreyQuery
of
(com.fasterxml.jackson.databind.JsonNode buildingStoreyNode) void
void
setOperator
(nl.bimbase.bimworks.common.client.Operator operator) void
setValue
(com.fasterxml.jackson.databind.JsonNode value) com.fasterxml.jackson.databind.JsonNode
toJson()
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
-
Method Details
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
getName
- Specified by:
getName
in interfaceCompareQuery
-
setName
-
getOperator
public nl.bimbase.bimworks.common.client.Operator getOperator()- Specified by:
getOperator
in interfaceCompareQuery
-
setOperator
public void setOperator(nl.bimbase.bimworks.common.client.Operator operator) -
getValue
public com.fasterxml.jackson.databind.JsonNode getValue()- Specified by:
getValue
in interfaceCompareQuery
-
setValue
public void setValue(com.fasterxml.jackson.databind.JsonNode value) -
of
-
copy
-