public class RefImpl extends Object implements Ref, Serializable
Ref.RefType| Modifier and Type | Field and Description |
|---|---|
protected String |
bookName |
protected String |
lastSheetName |
protected String |
sheetName |
| Modifier | Constructor and Description |
|---|---|
|
RefImpl(AbstractBookAdv book) |
|
RefImpl(AbstractCellAdv cell) |
|
RefImpl(AbstractSheetAdv sheet,
int sheetIdx) |
protected |
RefImpl(Ref.RefType type,
String bookName,
String sheetName,
String lastSheetName,
int row,
int column,
int lastRow,
int lastColumn) |
|
RefImpl(String bookName) |
|
RefImpl(String bookName,
String sheetName,
int sheetIdx) |
|
RefImpl(String bookName,
String sheetName,
int row,
int column) |
|
RefImpl(String bookName,
String sheetName,
int row,
int column,
int lastRow,
int lastColumn) |
|
RefImpl(String bookName,
String sheetName,
String lastSheetName,
int row,
int column) |
|
RefImpl(String bookName,
String sheetName,
String lastSheetName,
int row,
int column,
int lastRow,
int lastColumn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBookName() |
int |
getColumn() |
int |
getLastColumn() |
int |
getLastRow() |
int |
getLastSheetIndex() |
String |
getLastSheetName() |
int |
getRow() |
int |
getSheetIndex() |
String |
getSheetName() |
Ref.RefType |
getType() |
int |
hashCode() |
String |
toString() |
protected final String bookName
protected final String sheetName
protected final String lastSheetName
public RefImpl(String bookName, String sheetName, int row, int column, int lastRow, int lastColumn)
public RefImpl(String bookName, String sheetName, String lastSheetName, int row, int column, int lastRow, int lastColumn)
public RefImpl(String bookName, String sheetName, String lastSheetName, int row, int column)
public RefImpl(String bookName)
public RefImpl(AbstractCellAdv cell)
public RefImpl(AbstractSheetAdv sheet, int sheetIdx)
public RefImpl(AbstractBookAdv book)
protected RefImpl(Ref.RefType type, String bookName, String sheetName, String lastSheetName, int row, int column, int lastRow, int lastColumn)
public Ref.RefType getType()
public String getBookName()
getBookName in interface Refpublic String getSheetName()
getSheetName in interface Refpublic String getLastSheetName()
getLastSheetName in interface Refpublic int getLastRow()
getLastRow in interface Refpublic int getLastColumn()
getLastColumn in interface Refpublic int getSheetIndex()
getSheetIndex in interface Refpublic int getLastSheetIndex()
getLastSheetIndex in interface RefCopyright © 2020. All rights reserved.