|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LocalNullValueSupport
| Method Summary | |
|---|---|
String |
getNullValue()
Returns the string value representing a null or empty field in a fielded file representation of some data. |
boolean |
isEmptyValue(String token)
Indicates whether or not the specified token is null or contains a null value as defined by being either zero length or a value equal to the null value. |
void |
setNullValue(String l_null_value)
Allows the application to override the default "null" string value for a fielded file. |
| Method Detail |
|---|
String getNullValue()
boolean isEmptyValue(String token)
void setNullValue(String l_null_value)
l_null_value - the new null string value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||