|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDataColumn
This interface represents data column (database field). It is used for column strongly typed identification. Also it contains information about column verbose name (caption), corespondenting database field name and value nullability.
| Method Summary | |
|---|---|
java.lang.String |
getCaption()
Returns localized data column caption. |
java.lang.String |
getName()
Returns native data column name. |
boolean |
isAllowNull()
Checks whether this data column allows null value. |
| Method Detail |
|---|
java.lang.String getCaption()
java.lang.String getName()
boolean isAllowNull()
null value.
true if column allows null value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||