isBlank()

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

Syntax

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

Parameters

name
Is the name of an attribute.
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.

Copyright IBM Corp. 1997, 2004