public class FunctionRowNumber extends Object implements FunctionImplementation, NoCacheFunction, FunctionImplReturnType
init(ViewCreatorData) で受け取った ViewCreatorData.getParams() の ListDataViewParameters.getStartRow() が利用されます。| コンストラクタと説明 |
|---|
FunctionRowNumber() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
FixedNumber |
execute(Arguments args)
関数を実行します。
|
String |
getName()
関数の名前を取得します。
|
Class<? extends FixedValue> |
getReturnType()
戻り値のデータ型を取得します。
|
void |
init(ViewCreatorData data)
関数の初期化。
|
public FixedNumber execute(Arguments args) throws FunctionExecuteException
FunctionImplementationexecute インタフェース内 FunctionImplementationargs - 関数に渡された引数FunctionExecuteException - 実行時エラーpublic String getName()
FunctionImplementationgetName インタフェース内 FunctionImplementationpublic Class<? extends FixedValue> getReturnType()
FunctionImplReturnTypegetReturnType インタフェース内 FunctionImplReturnTypepublic void init(ViewCreatorData data)
FunctionImplementationinit インタフェース内 FunctionImplementationdata - ViewCreator設定データCopyright © 2012 NTT DATA INTRAMART CORPORATION