すべてのメソッド インスタンス・メソッド concreteメソッド
修飾子とタイプ |
メソッドと説明 |
protected int |
changeReturn(int result)
入力アイテムのAfterの戻り値を、このロジッククラスの戻り値に変換
|
int |
execute()
出力アイテムのAfter処理を順次実行する
各Afterの戻り値が OK 出ない場合には処理中断し実行リストに処理を戻す。
|
protected int |
executeErrorExecution()
エラー処理を実行
エラーフラグの数値により入力アイテムの何行目を実行するか判断
|
void |
exit()
終了処理。
|
protected jp.ne.mki.wedge.run.client.data.Item |
getExecuteErrorItem(int errorNo)
エラー発生時、エラー処理を行うためのアイテムを取得
|
int |
getIOParameter()
出力アイテムに設定があれば、エラー処理があると認識する
出力引数(0)のエラーフラグはデータクリアされます。
|
protected boolean |
isErrorOcuured()
エラー処理を行うかどうかの判断
入力アイテムが設定あり かつ 値が空("")で無い場合 エラーとみなす
|
protected int |
loopInItemSub(jp.ne.mki.wedge.run.client.data.Item inItem,
int index)
出力アイテムのAfterを実行
|