|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface ExecutionInterface
実行リストに設定可能なオブジェクトのインターフェースです。
実行リスト 1行単位の設定情報を格納します。
ExecutionList.getExecution(int)
メソッドの概要 | |
---|---|
int |
execute(java.util.Vector executions,
int index)
実行 |
ClientEngineRuleInterface |
getBusinessRule()
ビジネスルール取得 |
java.lang.String |
getLogicalName()
論理名称を取得 |
ItemInterface |
getNextItem()
次のアイテムを取得 |
java.lang.String |
getParameter()
パラメータを取得 |
ExecuteParameterMacroInterface |
getParameterMacro()
実行マクロクラスを取得 |
java.lang.String |
getPhysicalName()
物理名称を取得 |
int |
getSkipCount()
スキップ数を取得 |
TransactionInterface |
getTransaction()
トランザクション取得 |
boolean |
isEnable()
有効化どうか |
void |
setEnable(boolean value)
有効化どうか設定 |
void |
setParameter(java.lang.String value)
パラメータ設定 マクロ定義の解析もする |
void |
setParameterMacro(ExecuteParameterMacroInterface macro)
実行マクロクラスを設定 |
void |
setUserError(int userError)
ユーザエラー指定 |
メソッドの詳細 |
---|
java.lang.String getPhysicalName()
java.lang.String getLogicalName()
int execute(java.util.Vector executions, int index)
int
- 戻り値void setUserError(int userError)
int
- ユーザエラー指定値void setParameter(java.lang.String value)
String
- パラメータ文字列java.lang.String getParameter()
boolean isEnable()
boolean
- true:有効 false:無効void setEnable(boolean value)
boolean
- true:有効 false:無効ItemInterface getNextItem()
int getSkipCount()
ClientEngineRuleInterface getBusinessRule()
TransactionInterface getTransaction()
void setParameterMacro(ExecuteParameterMacroInterface macro)
macro
- ExecuteParameterMacroInterface getParameterMacro()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |