Determines if the attribute has the same cardinality as the cardinality value passed in as a parameter. This method is used to test cardinality of complex attributes (subobjects and containers). Valid cardinality values are from 1 to n.
public boolean hasCardinality(String card);
CxObjectAttr.MULTIPLECARDSTRING CxObjectAttr.SINGLECARDSTRING
Returns True if the cardinality of the attribute matches the parameter value; otherwise, returns False.