public class TabularParameter extends Parameter implements com.google.gwt.user.client.rpc.IsSerializable
Parameter.ParameterTypology
Constructor and Description |
---|
TabularParameter() |
TabularParameter(String name,
String description) |
Modifier and Type | Method and Description |
---|---|
void |
addTemplate(String template) |
String |
getTableName() |
List<String> |
getTemplates() |
String |
getValue() |
void |
setTableName(String tableName) |
void |
setTemplates(List<String> templates) |
void |
setValue(String value) |
getDescription, getName, getTypology, isColumn, isColumnList, isEnum, isFile, isList, isObject, isTabular, setDescription, setName, setTypology
public void setTableName(String tableName)
tableName
- the tableName to setpublic String getTableName()
public void setTemplates(List<String> templates)
templates
- the templates to setpublic void addTemplate(String template)
Copyright © 2014. All Rights Reserved.