Package io.keikai.model.impl
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
- Since:
- 3.5.0
- Author:
- dennis
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.keikai.model.sys.dependency.Ref
Ref.RefType -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionRefImpl(AbstractBookAdv book) RefImpl(AbstractCellAdv cell) RefImpl(AbstractSheetAdv sheet, int sheetIdx) protectedRefImpl(Ref.RefType type, String bookName, String sheetName, String lastSheetName, int row, int column, int lastRow, int lastColumn) RefImpl(String bookName, String sheetName, String lastSheetName, int row, int column, int lastRow, int lastColumn) -
Method Summary
-
Field Details
-
bookName
-
sheetName
-
lastSheetName
-
-
Constructor Details
-
RefImpl
-
RefImpl
-
RefImpl
-
RefImpl
-
RefImpl
-
RefImpl
-
RefImpl
-
RefImpl
-
RefImpl
-
RefImpl
protected RefImpl(Ref.RefType type, String bookName, String sheetName, String lastSheetName, int row, int column, int lastRow, int lastColumn)
-
-
Method Details
-
getType
-
getBookName
- Specified by:
getBookNamein interfaceRef
-
getSheetName
- Specified by:
getSheetNamein interfaceRef
-
getLastSheetName
- Specified by:
getLastSheetNamein interfaceRef
-
getRow
public int getRow() -
getColumn
public int getColumn() -
getLastRow
public int getLastRow()- Specified by:
getLastRowin interfaceRef
-
getLastColumn
public int getLastColumn()- Specified by:
getLastColumnin interfaceRef
-
hashCode
public int hashCode() -
equals
-
toString
-
getSheetIndex
public int getSheetIndex()- Specified by:
getSheetIndexin interfaceRef
-
getLastSheetIndex
public int getLastSheetIndex()- Specified by:
getLastSheetIndexin interfaceRef
-