* случае в дерево значений.
* @throws JIException
*/
public <T extends OCObject> T unload(StaticFieldInstance unloadType) throws JIException {
JIVariant res = null;
OCObject resObject = null;
if (unloadType != null) {
res = callMethodA("Unload", new JIVariant(ocObject2Dispatch(unloadType)))[0];
String unloadTypeString = unloadType.getFieldName();
if (unloadTypeString.endsWith("Linear") || unloadTypeString.endsWith("Прямой")) {
resObject = new OCValueTable(res);