public interface GridOutput
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getColumnNames()
Gets the column names of the output grid
|
TextOutput[][] |
getData()
Gets the output data
|
java.lang.String[] |
getRowNames()
Gets the row names of the output grid
|
java.lang.String[] getColumnNames()
java.lang.String[] getRowNames()
TextOutput[][] getData()