BooleanDataFormat.setFalseValue

Overview | Methods | This Package | All Packages

BooleanDataFormat.setFalseValue

Sets the string to be displayed for false values.

Syntax

public void setFalseValue( String value )

Parameters

value

The string to use for false values. The default string is "False".

Remarks

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

See Also   getFalseValue