Determines whether an attribute has multiple cardinality.
Syntax
unsigned char isMultipleCard();
Return values
TRUE if the attribute has multiple cardinality or FALSE if it does not.
Notes
This operation applies only to attributes that contain child business objects. If the attribute is a simple one without a child business object, the isMultipleCard() method returns FALSE.
See also
See also the descriptions of the getCardinality() and hasCardinality() methods.