クラス JoinColtext

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

public class JoinColtext extends AbstractCommon

文字列結合


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


[I/O RECORD]

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

[RULE PARAMETER]

Parameter セパレータ
導入されたバージョン:
1.1.0
バージョン:
1.0
  • コンストラクタの詳細

    • JoinColtext

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

    • exit

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

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

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

      protected int loopInOutRecordSub(jp.ne.mki.wedge.run.interfaces.DataInterface inItem, jp.ne.mki.wedge.run.interfaces.DataInterface outItem, int index)
      クラスからコピーされた説明: AbstractBase
      loopInOutRecord()から呼び出されるメソッドです。ユーザが任意に記述をします。
      オーバーライド:
      loopInOutRecordSub クラス内 AbstractBase
      パラメータ:
      inItem -
      outItem -
      index -
      戻り値:
      int