public class OutputTable extends InputTable
| Modifier and Type | Field and Description |
|---|---|
protected String |
tableName |
templateNamesdefaultValue, description, name, optional| Constructor and Description |
|---|
OutputTable(List<TableTemplates> templateName,
String name,
String tableName,
String description) |
OutputTable(List<TableTemplates> templateName,
String name,
String tableName,
String description,
String defaultValue) |
OutputTable(List<TableTemplates> templateName,
String name,
String tableName,
String description,
String defaultValue,
boolean optional) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTableName() |
getTemplateNames, setTemplateNamesgetDefaultValue, getDescription, getName, isOptional, setDefaultValue, setDescription, setName, setOptional, toStringprotected String tableName
public OutputTable(List<TableTemplates> templateName, String name, String tableName, String description, String defaultValue, boolean optional)
public OutputTable(List<TableTemplates> templateName, String name, String tableName, String description, String defaultValue)
public OutputTable(List<TableTemplates> templateName, String name, String tableName, String description)
public String getTableName()
getTableName in class InputTableCopyright © 2015. All Rights Reserved.