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.
public static boolean isIgnoreValue(Object value);
Returns True if the value is equal to the special Ignore attribute value; otherwise, returns False.