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

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

public class NotEquals
extends LeafExpression


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

NotEquals

public NotEquals(ColumnReference columnReference,
                 TDInteger comparedValue)

NotEquals

public NotEquals(ColumnReference columnReference,
                 TDNumeric comparedValue)

NotEquals

public NotEquals(ColumnReference columnReference,
                 TDDate comparedValue)

NotEquals

public NotEquals(ColumnReference columnReference,
                 TDBoolean 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.