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

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

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

Author:
Amol S. Deshmukh

Constructor Summary
Ref3DEval(Ref3DPtg ptg, ValueEval ve)
           
 
Method Summary
 int getColumn()
          returns the zero based column index.
 int getExternSheetIndex()
           
 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

Ref3DEval

public Ref3DEval(Ref3DPtg 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

getExternSheetIndex

public int getExternSheetIndex()


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