|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectLumiSoft.Data.DataColumn
public class DataColumn
| Method Summary | |
|---|---|
java.lang.String |
getColumnName()
Gets the name of the column. |
java.lang.Class |
getDataType()
Gets or sets the type of data stored in the column. |
java.lang.Object |
getDefaultValue()
Gets the default value for the column when creating new rows. |
DataTable |
getTable()
Gets the DataTable to which the column belongs to. |
void |
setDefaultValue(java.lang.Object value)
Sets the default value for the column when creating new rows. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getColumnName()
public java.lang.Class getDataType()
public java.lang.Object getDefaultValue()
public void setDefaultValue(java.lang.Object value)
value - public DataTable getTable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||