Package io.keikai.model.impl
Class IndirectRefImpl
- java.lang.Object
-
- io.keikai.model.impl.RefImpl
-
- io.keikai.model.impl.IndirectRefImpl
-
- All Implemented Interfaces:
IndirectRef
,Ref
,Serializable
public class IndirectRefImpl extends RefImpl implements IndirectRef
- Since:
- 3.7.0
- Author:
- henri
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.keikai.model.sys.dependency.Ref
Ref.RefType
-
-
Field Summary
-
Fields inherited from class io.keikai.model.impl.RefImpl
bookName, lastSheetName, sheetName
-
-
Constructor Summary
Constructors Constructor Description IndirectRefImpl(String bookName, String sheetName, int ptgIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
getPtgIndex()
Identify which INDIRECT function in a cell formula.int
hashCode()
String
toString()
-
Methods inherited from class io.keikai.model.impl.RefImpl
getBookName, getColumn, getLastColumn, getLastRow, getLastSheetIndex, getLastSheetName, getRow, getSheetIndex, getSheetName, getType
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.keikai.model.sys.dependency.Ref
getBookName, getColumn, getLastColumn, getLastRow, getLastSheetIndex, getLastSheetName, getRow, getSheetIndex, getSheetName, getType
-
-
-
-
Method Detail
-
getPtgIndex
public int getPtgIndex()
Description copied from interface:IndirectRef
Identify which INDIRECT function in a cell formula.- Specified by:
getPtgIndex
in interfaceIndirectRef
- Returns:
-
-