BooleanDataFormat.setNullValue

Overview | Methods | This Package | All Packages

BooleanDataFormat.setNullValue

Sets the string to be displayed for null values.

Syntax

public void setNullValue( String value )

Parameters

value

The string to use for null values. The default string is "(null)".

Remarks

Call setNullValue to customize the display of null values. To return to the default string, pass null for the value parameter.

See Also   getNullValue