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