public class TableColumn extends Object
| Constructor and Description |
|---|
TableColumn(String name,
int type,
boolean key,
boolean visible) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getType() |
boolean |
isKey() |
void |
setKey(boolean key) |
void |
setName(String name) |
void |
setType(int type) |
public TableColumn(String name, int type, boolean key, boolean visible)
Copyright © 2010–2018 Eclipse Foundation. All rights reserved.