|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.ne.mki.wedge.rule.base.AbstractBase
jp.ne.mki.wedge.rule.base.AbstractCommon
jp.ne.mki.wedge.rule.common.convert.Decode
public class Decode
InRecordの文字を一定の条件でデコードする。
例)
InputRecord | OutputRecord |
---|---|
|
|
Parameter | カンマ区切りでデコーディングの条件を記入する。 |
---|
フィールドの概要 |
---|
クラス jp.ne.mki.wedge.rule.base.AbstractBase から継承されたフィールド |
---|
controlRecord, engineManager, errorMessage, executeType, id, inputRecord, logicalName, logicClassDelegate, outputRecord, physicalName, ruleParameter, ruleType, serverParameter, userConstant |
インタフェース jp.ne.mki.wedge.rule.base.interfaces.CommonInterface から継承されたフィールド |
---|
CANCEL, ERROR, EXECUTE_BOTH, EXECUTE_CLIENT, EXECUTE_DEBUG, EXECUTE_HTMLGATEWAY, EXECUTE_SERVER, EXECUTE_SERVERDC, IO_ERROR, IO_ERROR_EXECUTE_PARAMETER, IO_ERROR_IN, IO_ERROR_IO_MUST_SAME_COUNT, IO_ERROR_ITEM_TYPE, IO_ERROR_OUT, IO_ERROR_PARAMETER, NONE, OK, PARAMETER_DELIMITER, SKIP, USER_ERROR |
コンストラクタの概要 | |
---|---|
Decode()
|
メソッドの概要 | |
---|---|
int |
execute()
処理を実行。 |
void |
exit()
終了処理。 |
int |
getIOParameter()
IOパラメータ取得。 |
protected int |
loopInOutRecordSub(DataInterface inItem,
DataInterface outItem,
int index)
loopInOutRecord()から呼び出されるメソッドです。 |
クラス jp.ne.mki.wedge.rule.base.AbstractCommon から継承されたメソッド |
---|
getLogicClassType, getManager, terminate |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public Decode()
メソッドの詳細 |
---|
public int execute()
CommonInterface
の記述:
CommonInterface.execute()
protected int loopInOutRecordSub(DataInterface inItem, DataInterface outItem, int index)
AbstractBase
の記述:
AbstractBase
内の loopInOutRecordSub
public int getIOParameter()
CommonInterface
の記述:execute
の前に実行される。
CommonInterface.getIOParameter()
public void exit()
CommonInterface
の記述:execute
の後に実行されます。
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |