public interface TableReport
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
getTableColumnNames()
get the names of the columns
|
java.lang.Object[][] |
getTableData()
get the data elements
|
java.lang.String |
getTableTitle()
get the title of the table
|
java.lang.Object[] getTableColumnNames()
java.lang.Object[][] getTableData()
java.lang.String getTableTitle()