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
Return values
Returns True if the value is equal to the special Ignore attribute value; otherwise, returns False.