isBlank()

Determines whether the value is the special Blank attribute value for the attribute with the specified name or at the specified position in the attribute list.

Syntax

public boolean isBlank(String attrName);
 public boolean isBlank(int position);
 

Parameters

attrName
Is the name of an attribute whose value is checked for blank.

position
Is an integer that specifies the ordinal position of an attribute in the business object's attribute list.

Return values

Returns true if the attribute value equals the blank value or false if it does not.

Exceptions

None.

See also

isIgnore()

Copyright IBM Corp. 1997, 2003