コード例 #1
0
  public String[] getOffenceCountIndexListByLaw() {
    hPubErrorOccurred = 0;

    if (HPubTracingOn) {
      Ras.trace(className, "getOffenceCountIndexListByLaw ", "array all");
    }

    offenceCountIndexListByLaw.oStringArray =
        new String[offenceCountIndexListByLaw.oMultiValues.size()];
    offenceCountIndexListByLaw.oMultiValues.copyInto(offenceCountIndexListByLaw.oStringArray);
    return (String[]) offenceCountIndexListByLaw.oStringArray.clone();
  }
コード例 #2
0
  public String[] getCountCashReceiptsListamtPaid() {
    hPubErrorOccurred = 0;

    if (HPubTracingOn) {
      Ras.trace(className, "getCountCashReceiptsListamtPaid ", "array all");
    }

    countCashReceiptsListamtPaid.oStringArray =
        new String[countCashReceiptsListamtPaid.oMultiValues.size()];
    countCashReceiptsListamtPaid.oMultiValues.copyInto(countCashReceiptsListamtPaid.oStringArray);
    return (String[]) countCashReceiptsListamtPaid.oStringArray.clone();
  }