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