245246247248249250251
* Получает тип текущей записи выборки * @return * @throws JIException */ public OCQueryRecordType getRecordType() throws JIException { return new OCQueryRecordType(callMethodA("RecordType")); }