Package io.keikai.model.impl
Class OffsetRefImpl
- java.lang.Object
-
- io.keikai.model.impl.RefImpl
-
- io.keikai.model.impl.OffsetRefImpl
-
- All Implemented Interfaces:
OffsetRef
,Ref
,Serializable
public class OffsetRefImpl extends RefImpl implements OffsetRef
a cell reference produced by OFFSET function.- 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 OffsetRefImpl(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 OFFSET 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
-
-
-
-
Method Detail
-
getPtgIndex
public int getPtgIndex()
Description copied from interface:OffsetRef
Identify which OFFSET function in a cell formula.- Specified by:
getPtgIndex
in interfaceOffsetRef
- Returns:
- the index in the ptg array
-
-