5COGSCORE_BRIDGE
int getTypeId(
const char * name);
7COGSCORE_BRIDGE
const char * getTypeName(
const int typeId);
8COGSCORE_BRIDGE
int getBaseTypeId(
const int typeId);
11COGSCORE_BRIDGE
int getNumFields(
const int componentTypeId);
14COGSCORE_BRIDGE
int getNumHierarchyFields(
const int componentTypeId);
16COGSCORE_BRIDGE
int getFieldType(
const int componentTypeId,
const int fieldId);
17COGSCORE_BRIDGE
const char * getFieldName(
const int componentTypeId,
const int fieldId);
19COGSCORE_BRIDGE
int getFieldId(
const int componentTypeId,
const char * name);