isBlank()

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

Syntax

unsigned char isBlank(char * name);
  unsigned char isBlank(int pos);
  

Parameters

name [in]
is the name of an attribute.

pos [in]
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.

See also

getBlankValue(), isBlankValue(), isIgnore()

Copyright IBM Corp. 1997, 2003