int numAttributes = attrNames.size();
for (int j = 0; j < numAttributes; j++) {
String attrName = attrNames.toString(j);
ClientValue attrInfo =
client.AttrGetInfo(categoryVersion, attrName, null);
int attrType = attrInfo.toInteger("Type");
if (Client.ATTR_TYPE_SET == attrType) {
getAttributeSetValues(nameHandler, props, id, categoryVersion,
attrName);
} else {
getAttributeValue(nameHandler, props, id, categoryVersion,