public interface InitMethodDefAware
initメソッド定義は複数登録することが出来ます。 initメソッド定義の取得はインデックス番号を指定して行います。
InitMethodDef| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
addInitMethodDef(InitMethodDef methodDef)
initメソッド定義を追加します。
|
InitMethodDef |
getInitMethodDef(int index)
指定されたインデックス番号
indexのinitメソッド定義を返します。 |
int |
getInitMethodDefSize()
登録されている
initメソッド定義の数を返します。 |
void addInitMethodDef(InitMethodDef methodDef)
methodDef - initメソッド定義int getInitMethodDefSize()
initメソッド定義の数を返します。InitMethodDef getInitMethodDef(int index)
indexのinitメソッド定義を返します。
インデックス番号は、 登録した順番に 0,1,2,… となります。
index - initメソッド定義を指定するインデックス番号Copyright © 2015 The DBFlute Project. All rights reserved.