jp.ne.mki.wedge.run.client.event
インタフェース ExecuteParameterMacroInterface
- すべてのスーパーインタフェース:
- ExecutionConstant
- 既知の実装クラスの一覧:
- DefaultExecuteParameterMacro
- public interface ExecuteParameterMacroInterface
- extends ExecutionConstant
実行マクロ委譲クラス Interface
実行マクロ (実行パラメータによる 戻り値変更) の処理内容を変更したい場合には
このInterfaceを実装し、Configより設定します。
- 関連項目:
ExecutionInterface.setParameterMacro(ExecuteParameterMacroInterface)
インタフェース jp.ne.mki.wedge.run.client.event.ExecutionConstant から継承したフィールド |
CANCEL, CHECK_ERROR, ERROR, FRAME_CLOSE, FRAME_QUIT, OK, SERVER_ERROR, SERVER_FATAL_ERROR, SERVER_OK, SERVER_USERERROR, SKIP, SKIP_ALL, STOP, STOP_SELECT_ALL, SYSTEM_EXIT, SYSTEM_QUIT, TIMIMG_ROW_WCLICK, TIMIMG_TABLE_SELECTION_CHANGE, TIMING_AFTER, TIMING_BEFORE, TIMING_CLOSE, TIMING_DISPOSE, TIMING_LOAD, TIMING_NONE, TIMING_OPEN, TIMING_ROW_CLICK, USER_ERROR |
メソッドの概要 |
int |
getResult(int result,
java.util.Vector executions,
int index)
実行結果取得
実行結果に対してマクロ定義を反映する |
int |
getSkipCount()
SkipCount取得 |
void |
parseMacroString(java.lang.String value)
マクロ文字列解析
クラスインスタンス時に実行される (getResultより前に実行エンジンよりCallされる) |
getResult
public int getResult(int result,
java.util.Vector executions,
int index)
- 実行結果取得
実行結果に対してマクロ定義を反映する
- パラメータ:
int
- 実行結果Vector
- executions (実行ExecutionのVector.)int
- 実行行番号- 戻り値:
- int マクロ定義反映結果
getSkipCount
public int getSkipCount()
- SkipCount取得
- 戻り値:
-
parseMacroString
public void parseMacroString(java.lang.String value)
- マクロ文字列解析
クラスインスタンス時に実行される (getResultより前に実行エンジンよりCallされる)
- パラメータ:
String
- 実行パラメータ