クラス JoinMultiItems

すべての実装されたインタフェース:
CommonInterface, jp.ne.mki.wedge.run.interfaces.RuleEngineInterface

public class JoinMultiItems extends AbstractCommon

文字列結合


InputRecord に指定された項目を結合した結果を OutputRecord に指定された 項目にセットする。パラメータに値が設定されていれば、セパレータとして使用する。


[I/O RECORD]

InputRecord OutputRecord
  1. 結合する文字列(複数指定可能)
  1. 結合した文字列

[RULE PARAMETER]

Parameter セパレータ
バージョン:
1.0
  • フィールド詳細

    • outItem

      jp.ne.mki.wedge.run.interfaces.DataInterface outItem
  • コンストラクタの詳細

    • JoinMultiItems

      public JoinMultiItems()
  • メソッドの詳細

    • exit

      public void exit()
      終了処理。保持していた変数などを開放する処理を記述します。
      execute の後に実行されます。
      正常終了・異常終了などに関わらず必ず実行されます。
    • getIOParameter

      public int getIOParameter()
      処理に必要なITEMをI/ORecordより取得。execute の前に実行される。
      入力がNullの場合はERRORを返します。
      戻り値:
      int OK=処理続行、ERROR=異常終了
    • execute

      public int execute()
      文字結合を行う
      戻り値:
      int