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 Ref
public String getSheetName()
getSheetName
in interface Ref
public String getLastSheetName()
getLastSheetName
in interface Ref
public int getLastRow()
getLastRow
in interface Ref
public int getLastColumn()
getLastColumn
in interface Ref
public int getSheetIndex()
getSheetIndex
in interface Ref
public int getLastSheetIndex()
getLastSheetIndex
in interface Ref
Copyright © 2020. All rights reserved.