org.gcube.data.analysis.tabulardata.expression.leaf.comparable
Class LessThan
java.lang.Object
org.gcube.data.analysis.tabulardata.expression.Expression
org.gcube.data.analysis.tabulardata.expression.LeafExpression
org.gcube.data.analysis.tabulardata.expression.leaf.comparable.LessThan
public class LessThan
- extends LeafExpression
LessThan
public LessThan(ColumnReference columnReference,
TDInteger comparedValue)
LessThan
public LessThan(ColumnReference columnReference,
TDNumeric comparedValue)
LessThan
public LessThan(ColumnReference columnReference,
TDDate comparedValue)
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.