public class MetadataTableImpl extends BasicTable implements MetadataTable
tableName| Constructor and Description |
|---|
MetadataTableImpl() |
MetadataTableImpl(String tableName) |
| Modifier and Type | Method and Description |
|---|---|
void |
addColumn(ColumnModel column) |
ArrayList<ColumnModel> |
getColumns() |
void |
setColumn(ColumnModel column,
int position) |
getTableNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTableNamepublic MetadataTableImpl(String tableName)
public MetadataTableImpl()
public void addColumn(ColumnModel column)
public void setColumn(ColumnModel column, int position)
public ArrayList<ColumnModel> getColumns()
getColumns in interface MetadataTableCopyright © 2017. All Rights Reserved.