isIgnore()

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

Syntax

unsigned char isIgnore(char * name);
 unsigned char isIgnore(int position);
 

Parameters

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

Return values

Returns 1 for True if the attribute value equals the special Ignore value or 0 for False if it does not.

See also

getIgnoreValue() isBlank() isIgnoreValue()

Copyright IBM Corp. 1997, 2004