Examples of OCExchangePlanRef


Examples of com.ipc.oce.objects.OCExchangePlanRef

      case OCType.OCT_REF_CHART_OF_CHARACTERISTIC: {
        res = new OCChartOfCharacteristicTypesRef(object);
        break;
      }
      case OCType.OCT_REF_EXCHANGE_PLAN : {
        res = new OCExchangePlanRef(object);
        break;
      }
      default: {
        res = getAsOCObject();
        innerTypeCode = OCType.OCT_REF_UNKNOWN;
View Full Code Here

Examples of com.ipc.oce.objects.OCExchangePlanRef

      System.out.println(mo.toString());
    }
    OCExchangePlanManager manager = app.getExchangePlanManager("ОбменРозницаБухгалтерия");
    OCExchangePlanSelection selection = manager.select();
    selection.next();
    OCExchangePlanRef ref = selection.getRef();
    OCExchangePlanMetadataObject refMo = ref.getMetadata();
    System.out.println("* " + refMo.getFullName());
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.