|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INullable
This interface craeted to be extended by IDBValue
. It represents
nullable value and allows to check whether value is null and force set it to
typed null.
Method Summary | |
---|---|
boolean |
isNull()
Checks whether value of instance equals null. |
void |
setNull()
Sets instance value to null. |
Method Detail |
---|
boolean isNull()
true
if instance value is nullvoid setNull()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |