|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--jp.ne.mki.wedge.rule.base.AbstractBase | +--jp.ne.mki.wedge.rule.base.AbstractCommon | +--jp.ne.mki.wedge.rule.common.value.RegexReplace
InRecordの文字列がロジッククラスパラメータにしたがって置換します。
正規表現の記述方法に関してはjava.util.regex.Patternを参考にして下さい。
ロジッククラスパラメータの一文字目を区切り文字として使用されます。
例えば、AAAをBBBに置換したい場合は次のような指定が可能です。
InputRecord | OutputRecord |
---|---|
|
|
Parameter |
[separator][正規表現文字列][separator][置換後文字列] [separator]には任意の1文字が使用できる。 |
---|
クラス jp.ne.mki.wedge.rule.base.AbstractBase から継承したフィールド |
controlRecord, engineManager, errorMessage, executeType, id, inputRecord, logicalName, 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 |
コンストラクタの概要 | |
RegexReplace()
|
メソッドの概要 | |
int |
execute()
処理を実行。 |
void |
exit()
終了処理。 |
int |
getIOParameter()
IOパラメータ取得。 |
int |
loopInOutRecordSub(DataInterface inItem,
DataInterface outItem,
int index)
loopInOutRecord()から呼び出されるメソッドです。 |
クラス jp.ne.mki.wedge.rule.base.AbstractCommon から継承したメソッド |
getManager, log, setHtmlManager, setManager, setServerControlData, setWedgeLog, showErrorDialog, terminate, writeErrorLog, writeLog, writeLog, writeLog |
クラス java.lang.Object から継承したメソッド |
|
コンストラクタの詳細 |
public RegexReplace()
メソッドの詳細 |
public int getIOParameter()
CommonInterface
の記述: execute
の前に実行される。CommonInterface.getIOParameter()
public int execute()
CommonInterface
の記述: CommonInterface.execute()
public int loopInOutRecordSub(DataInterface inItem, DataInterface outItem, int index)
AbstractBase
の記述: AbstractBase
内の loopInOutRecordSub
loopInRecordSub(jp.ne.mki.wedge.run.interfaces.DataInterface, int)
public void exit()
CommonInterface
の記述: execute
の後に実行されます。CommonInterface.exit()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |