|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NullableValue
NullableValue is an interface representing a runtime holder for a nullable object.
| Field Summary | |
|---|---|
static String |
NULL_IND_ACCESSOR_NAME
Name of accessor method for null indicator. |
static String |
NULL_IND_MUTATOR_NAME
Name of accessor method for null indicator. |
| Method Summary | |
|---|---|
boolean |
isNull()
|
void |
setNull(boolean isNull)
Sets whether or not the value is null. |
| Methods inherited from interface net.sf.farrago.type.runtime.DataValue |
|---|
getNullableData |
| Field Detail |
|---|
static final String NULL_IND_ACCESSOR_NAME
static final String NULL_IND_MUTATOR_NAME
| Method Detail |
|---|
void setNull(boolean isNull)
isNull - true to set a null value; false to indicate a non-null
valueboolean isNull()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||