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

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.GreaterThan

public class GreaterThan
extends LeafExpression


Constructor Summary
GreaterThan(ColumnReference columnReference, TDDate comparedValue)
           
GreaterThan(ColumnReference columnReference, TDInteger comparedValue)
           
GreaterThan(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

GreaterThan

public GreaterThan(ColumnReference columnReference,
                   TDInteger comparedValue)

GreaterThan

public GreaterThan(ColumnReference columnReference,
                   TDNumeric comparedValue)

GreaterThan

public GreaterThan(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.