Package nl.bimbase.bimworks.client
Class BuildingStoreyLevelQuery
java.lang.Object
nl.bimbase.bimworks.client.BuildingStoreyLevelQuery
- All Implemented Interfaces:
Comparable<BuildingStoreyLevelQuery>
,CompareQuery
public class BuildingStoreyLevelQuery
extends Object
implements Comparable<BuildingStoreyLevelQuery>, CompareQuery
-
Constructor Summary
ConstructorDescriptionBuildingStoreyLevelQuery
(nl.bimbase.bimworks.common.client.Operator operator, com.fasterxml.jackson.databind.JsonNode value) -
Method Summary
Modifier and TypeMethodDescriptionint
copy()
getName()
nl.bimbase.bimworks.common.client.Operator
com.fasterxml.jackson.databind.JsonNode
getValue()
static BuildingStoreyLevelQuery
of
(com.fasterxml.jackson.databind.JsonNode buildingStoreyLevelNode) com.fasterxml.jackson.databind.node.ObjectNode
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
-
BuildingStoreyLevelQuery
public BuildingStoreyLevelQuery() -
BuildingStoreyLevelQuery
public BuildingStoreyLevelQuery(nl.bimbase.bimworks.common.client.Operator operator, com.fasterxml.jackson.databind.JsonNode value)
-
-
Method Details
-
toJson
public com.fasterxml.jackson.databind.node.ObjectNode toJson() -
getOperator
public nl.bimbase.bimworks.common.client.Operator getOperator()- Specified by:
getOperator
in interfaceCompareQuery
-
getValue
public com.fasterxml.jackson.databind.JsonNode getValue()- Specified by:
getValue
in interfaceCompareQuery
-
compareTo
- Specified by:
compareTo
in interfaceComparable<BuildingStoreyLevelQuery>
-
of
public static BuildingStoreyLevelQuery of(com.fasterxml.jackson.databind.JsonNode buildingStoreyLevelNode) -
getName
- Specified by:
getName
in interfaceCompareQuery
-
copy
-