isIgnoreValue()

Determines if an attribute value is the special Ignore (CxIgnore) attribute value, which signifies that this attribute is to be ignored while processing the business object.

Syntax

public static boolean isIgnoreValue(Object value);
 

Parameters

value
Is the value to compare with the special Ignore value.

Return values

Returns True if the value is equal to the special Ignore attribute value; otherwise, returns False.

Copyright IBM Corp. 1997, 2004