public class TableRef extends Object
| Constructor and Description |
|---|
TableRef(TableNameUtil tableNameUtil,
String filename,
String tableName,
int status) |
| Modifier and Type | Method and Description |
|---|---|
static TableRefBuilder |
builder(TableNameUtil tableNameUtil) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString()
Returns the address of a table in Excel/OO/LO format.
|
void |
write(Appendable appendable) |
public TableRef(TableNameUtil tableNameUtil, String filename, String tableName, int status)
tableNameUtil - an util for table namesfilename - filename or nulltableName - table namestatus - the statuspublic static TableRefBuilder builder(TableNameUtil tableNameUtil)
tableNameUtil - util for check/escaping the table namepublic void write(Appendable appendable) throws IOException
appendable - the appendable where to writeIOException - neverpublic String toString()
Copyright © 2016–2021. All rights reserved.