Class CalculatedValueQuery

java.lang.Object
nl.bimbase.bimworks.client.CalculatedValueQuery
All Implemented Interfaces:
java.lang.Comparable<CalculatedValueQuery>

public class CalculatedValueQuery
extends java.lang.Object
implements java.lang.Comparable<CalculatedValueQuery>
  • Constructor Summary

    Constructors 
    Constructor Description
    CalculatedValueQuery​(java.lang.String[] path, Operator operator, com.fasterxml.jackson.databind.JsonNode value)  
  • Method Summary

    Modifier and Type Method Description
    int compareTo​(CalculatedValueQuery o)  
    java.lang.String getName()  
    Operator getOperator()  
    java.lang.String[] getPath()  
    com.fasterxml.jackson.databind.JsonNode getValue()  
    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