isBlankValue()

Determines if an attribute value is the special Blank (CxBlank) attribute value.

Syntax

public static boolean isBlankValue(Object value);
 

Parameters

value
Is the value to compare with the special Blank value.

Return values

Returns True if the value is the special Blank attribute value; otherwise, returns False.

Copyright IBM Corp. 1997, 2004