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

java.lang.Object
  extended by org.apache.poi.hssf.record.formula.eval.Ref2DEval
All Implemented Interfaces:
Eval, RefEval, ValueEval

public final class Ref2DEval
extends java.lang.Object
implements RefEval

Author:
adeshmukh

Constructor Summary
Ref2DEval(RefPtg ptg, ValueEval ve)
           
 
Method Summary
 int getColumn()
          returns the zero based column index.
 ValueEval getInnerValueEval()
          The (possibly evaluated) ValueEval contained in this RefEval.
 int getRow()
          returns the zero based row index.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ref2DEval

public Ref2DEval(RefPtg ptg,
                 ValueEval ve)
Method Detail

getInnerValueEval

public ValueEval getInnerValueEval()
Description copied from interface: RefEval
The (possibly evaluated) ValueEval contained in this RefEval. eg. if cell A1 contains "test" then in a formula referring to cell A1 the RefEval representing A1 will return as the getInnerValueEval() the object of concrete type StringEval

Specified by:
getInnerValueEval in interface RefEval

getRow

public int getRow()
Description copied from interface: RefEval
returns the zero based row index.

Specified by:
getRow in interface RefEval

getColumn

public int getColumn()
Description copied from interface: RefEval
returns the zero based column index.

Specified by:
getColumn in interface RefEval


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