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
ConstructorsConstructorDescriptionBuildingStoreyLevelQuery(nl.bimbase.bimworks.common.client.Operator operator, com.fasterxml.jackson.databind.JsonNode value) -
Method Summary
Modifier and TypeMethodDescriptionintcopy()getName()nl.bimbase.bimworks.common.client.Operatorcom.fasterxml.jackson.databind.JsonNodegetValue()static BuildingStoreyLevelQueryof(com.fasterxml.jackson.databind.JsonNode buildingStoreyLevelNode) com.fasterxml.jackson.databind.node.ObjectNodetoJson()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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:
getOperatorin interfaceCompareQuery
-
getValue
public com.fasterxml.jackson.databind.JsonNode getValue()- Specified by:
getValuein interfaceCompareQuery
-
compareTo
- Specified by:
compareToin interfaceComparable<BuildingStoreyLevelQuery>
-
of
public static BuildingStoreyLevelQuery of(com.fasterxml.jackson.databind.JsonNode buildingStoreyLevelNode) -
getName
- Specified by:
getNamein interfaceCompareQuery
-
copy
-