public class TableColumn extends Object
| Constructor and Description |
|---|
TableColumn(String name,
TableColumnType type)
Constructs a table column with the specified name and type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the column name.
|
TableColumnType |
getType()
Returns the column type.
|
TableColumn |
setName(String name)
Sets the column name.
|
TableColumn |
setType(TableColumnType type)
Sets the column type.
|
public TableColumn(String name, TableColumnType type)
name - the column nametype - the column typepublic String getName()
public TableColumn setName(String name)
name - the column namepublic TableColumnType getType()
public TableColumn setType(TableColumnType type)
type - the column typeCopyright (c) 2006-2026 North Concepts Inc. All Rights Reserved.