public static interface AbstractReportModelHandler.ScenarioDataTable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AbstractReportModelHandler.ScenarioDataTable.Row
Represents one case of a scenario
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
placeHolders()
The place holders of the data table
|
java.util.List<AbstractReportModelHandler.ScenarioDataTable.Row> |
rows()
The rows of the table, not including the header
|
java.util.List<java.lang.String> placeHolders()
java.util.List<AbstractReportModelHandler.ScenarioDataTable.Row> rows()