isIgnore()

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

Syntax

public boolean isIgnore(int position);
public boolean isIgnore(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 special Ignore value or false if it does not.

Copyright IBM Corporation 1997, 2004. All Rights Reserved.