case OCType.OCT_VALUESTORAGE: {
res = new OCValueStorage(object);
break;
}
case OCType.OCT_REF_CHART_OF_CHARACTERISTIC: {
res = new OCChartOfCharacteristicTypesRef(object);
break;
}
case OCType.OCT_REF_EXCHANGE_PLAN : {
res = new OCExchangePlanRef(object);
break;