get("ChartsOfCharacteristicTypes"));
}
public OCChartOfCharacteristicTypesManager getChartOfCharacteristicTypesManager(
String name) throws JIException {
OCChartsOfCharacteristicTypeCollection collection = new OCChartsOfCharacteristicTypeCollection(
get("ChartsOfCharacteristicTypes"));
try {
return collection.getChartsOfCharacteristicType(name);
} catch (JIException e) {
getErrorListener().onError(this, e);
throw e;
}
}