Class RefImpl

java.lang.Object
io.keikai.model.impl.RefImpl
All Implemented Interfaces:
Ref, Serializable
Direct Known Subclasses:
ColumnPrecedentRefImpl, ColumnRefImpl, ConditionalRefImpl, IndirectRefImpl, NameRefImpl, ObjectRefImpl, OffsetRefImpl, TablePrecedentRefImpl

public class RefImpl extends Object implements Ref, Serializable
Since:
3.5.0
Author:
dennis
See Also:
  • Field Details

    • bookName

      protected final String bookName
    • sheetName

      protected final String sheetName
    • lastSheetName

      protected final String lastSheetName
  • Constructor Details

    • RefImpl

      public RefImpl(String bookName, String sheetName, int row, int column, int lastRow, int lastColumn)
    • RefImpl

      public RefImpl(String bookName, String sheetName, int row, int column)
    • RefImpl

      public RefImpl(String bookName, String sheetName, String lastSheetName, int row, int column, int lastRow, int lastColumn)
    • RefImpl

      public RefImpl(String bookName, String sheetName, String lastSheetName, int row, int column)
    • RefImpl

      public RefImpl(String bookName, String sheetName, int sheetIdx)
    • RefImpl

      public RefImpl(String bookName)
    • RefImpl

      public RefImpl(AbstractCellAdv cell)
    • RefImpl

      public RefImpl(AbstractSheetAdv sheet, int sheetIdx)
    • RefImpl

      public RefImpl(AbstractBookAdv book)
    • RefImpl

      protected RefImpl(Ref.RefType type, String bookName, String sheetName, String lastSheetName, int row, int column, int lastRow, int lastColumn)
  • Method Details