|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.ss.formula.eval.RefEvalBase
public abstract class RefEvalBase
Common base class for implementors of RefEval
| Constructor Summary | |
|---|---|
protected |
RefEvalBase(int onlySheetIndex,
int rowIndex,
int columnIndex)
|
protected |
RefEvalBase(int firstSheetIndex,
int lastSheetIndex,
int rowIndex,
int columnIndex)
|
protected |
RefEvalBase(SheetRange sheetRange,
int rowIndex,
int columnIndex)
|
| Method Summary | |
|---|---|
int |
getColumn()
returns the zero based column index. |
int |
getFirstSheetIndex()
returns the first sheet index this applies to |
int |
getLastSheetIndex()
returns the last sheet index this applies to, which will be the same as the first for a 2D and many 3D references |
int |
getNumberOfSheets()
returns the number of sheets this applies to |
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 |
| Methods inherited from interface org.apache.poi.ss.formula.eval.RefEval |
|---|
getInnerValueEval, offset |
| Constructor Detail |
|---|
protected RefEvalBase(SheetRange sheetRange,
int rowIndex,
int columnIndex)
protected RefEvalBase(int firstSheetIndex,
int lastSheetIndex,
int rowIndex,
int columnIndex)
protected RefEvalBase(int onlySheetIndex,
int rowIndex,
int columnIndex)
| Method Detail |
|---|
public int getNumberOfSheets()
RefEval
getNumberOfSheets in interface RefEvalpublic int getFirstSheetIndex()
RefEval
getFirstSheetIndex in interface RefEvalgetFirstSheetIndex in interface SheetRangepublic int getLastSheetIndex()
RefEval
getLastSheetIndex in interface RefEvalgetLastSheetIndex in interface SheetRangepublic final int getRow()
RefEval
getRow in interface RefEvalpublic final int getColumn()
RefEval
getColumn in interface RefEval
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||