public class TablesList extends StatisticalType
| Modifier and Type | Field and Description |
|---|---|
protected List<InputTable> |
list |
protected List<TableTemplates> |
templateNames |
defaultValue, description, name, optional| Constructor and Description |
|---|
TablesList(List<TableTemplates> templateNames,
String name,
String description,
boolean optional) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(InputTable st) |
List<InputTable> |
getList() |
List<TableTemplates> |
getTemplates() |
getDefaultValue, getDescription, getName, isOptional, setDefaultValue, setDescription, setName, setOptional, toStringprotected List<InputTable> list
protected List<TableTemplates> templateNames
public TablesList(List<TableTemplates> templateNames, String name, String description, boolean optional)
public void add(InputTable st)
public List<InputTable> getList()
public List<TableTemplates> getTemplates()
Copyright © 2020. All Rights Reserved.