org.gcube.data.analysis.tabulardata.expression.leaf.comparable
Class LessThan

java.lang.Object
  extended by org.gcube.data.analysis.tabulardata.expression.Expression
      extended by org.gcube.data.analysis.tabulardata.expression.LeafExpression
          extended by org.gcube.data.analysis.tabulardata.expression.leaf.comparable.LessThan

public class LessThan
extends LeafExpression


Constructor Summary
LessThan(ColumnReference columnReference, TDDate comparedValue)
           
LessThan(ColumnReference columnReference, TDInteger comparedValue)
           
LessThan(ColumnReference columnReference, TDNumeric comparedValue)
           
 
Method Summary
 boolean equals(Object obj)
           
 ColumnReference getColumnReference()
           
 TDTypeValue getComparedValue()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LessThan

public LessThan(ColumnReference columnReference,
                TDInteger comparedValue)

LessThan

public LessThan(ColumnReference columnReference,
                TDNumeric comparedValue)

LessThan

public LessThan(ColumnReference columnReference,
                TDDate comparedValue)
Method Detail

getColumnReference

public ColumnReference getColumnReference()

getComparedValue

public TDTypeValue getComparedValue()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2013. All Rights Reserved.