public class TdColumnDefinition extends Object implements Serializable
| Constructor and Description |
|---|
TdColumnDefinition() |
TdColumnDefinition(int index,
TdTColumnCategory category,
TdTDataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
TdTColumnCategory |
getCategory() |
TdTDataType |
getDataType() |
int |
getIndex() |
void |
setCategory(TdTColumnCategory category) |
void |
setDataType(TdTDataType dataType) |
void |
setIndex(int index) |
String |
toString() |
public TdColumnDefinition()
public TdColumnDefinition(int index,
TdTColumnCategory category,
TdTDataType dataType)
index - category - dataType - public int getIndex()
public TdTColumnCategory getCategory()
public TdTDataType getDataType()
public void setIndex(int index)
public void setCategory(TdTColumnCategory category)
public void setDataType(TdTDataType dataType)
Copyright © 2014. All Rights Reserved.