Determines whether an attribute has a specified cardinality.
Syntax
unsigned char hasCardinality(char * card);
Parameters
1 - single cardinality
n - multiple cardinality
Return values
TRUE if the attribute has the specified cardinality or FALSE if it does not.
Notes
This operation applies only to attributes that contain child business objects.
If you specify the cardinality as null, the hasCardinality() method returns FALSE.
See also