Retrieves the cardinality of an attribute.
Syntax
char * getCardinality();
Return values
The cardinality of an attribute:
Notes
Cardinality defines whether an attribute references a single child business object or an array of child business objects. This operation applies only to attributes that contain a business object. If the attribute does not contain a business object, the getCardinality() method returns the value 1.
See also