org.apache.poi.hssf.record.formula.eval
Class NotEqualEval

java.lang.Object
  extended byorg.apache.poi.hssf.record.formula.eval.RelationalOperationEval
      extended byorg.apache.poi.hssf.record.formula.eval.NotEqualEval
All Implemented Interfaces:
Eval, OperationEval

public class NotEqualEval
extends RelationalOperationEval

Author:
Amol S. Deshmukh < amolweb at ya hoo dot com >

Nested Class Summary
 
Nested classes inherited from class org.apache.poi.hssf.record.formula.eval.RelationalOperationEval
RelationalOperationEval.RelationalValues
 
Constructor Summary
NotEqualEval(Ptg ptg)
           
 
Method Summary
 Eval evaluate(Eval[] operands, int srcRow, short srcCol)
           
 int getNumberOfOperands()
           
 int getType()
           
 
Methods inherited from class org.apache.poi.hssf.record.formula.eval.RelationalOperationEval
doComparison, doComparison, doComparison, doEvaluate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotEqualEval

public NotEqualEval(Ptg ptg)
Method Detail

evaluate

public Eval evaluate(Eval[] operands,
                     int srcRow,
                     short srcCol)

getNumberOfOperands

public int getNumberOfOperands()

getType

public int getType()


Copyright 2005 The Apache Software Foundation or its licensors, as applicable.