Determines if an attribute's data type is an object type; that is, if it is a complex attribute (an array or a subobject).
Syntax
public boolean isObjectType(String attrName); public boolean isObjectType(int position);
Parameters
Return values
Returns true if the attribute is a business object or a complex attribute, such as a business object array or subobject; otherwise, returns false.
Exceptions