public class DestroyMethodDefSupport extends Object
DestroyMethodDefを補助するクラスです。| コンストラクタと説明 |
|---|
DestroyMethodDefSupport()
DestroyMethodDefSupportを作成します。 |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
addDestroyMethodDef(DestroyMethodDef methodDef)
DestroyMethodDefを追加します。 |
DestroyMethodDef |
getDestroyMethodDef(int index)
DestroyMethodDefを返します。 |
int |
getDestroyMethodDefSize()
DestroyMethodDefの数を返します。 |
void |
setContainer(LaContainer container)
LaContainerを設定します。 |
public DestroyMethodDefSupport()
DestroyMethodDefSupportを作成します。public void addDestroyMethodDef(DestroyMethodDef methodDef)
DestroyMethodDefを追加します。methodDef - public int getDestroyMethodDefSize()
DestroyMethodDefの数を返します。DestroyMethodDefpublic DestroyMethodDef getDestroyMethodDef(int index)
DestroyMethodDefを返します。index - DestroyMethodDefpublic void setContainer(LaContainer container)
LaContainerを設定します。container - Copyright © 2015 The DBFlute Project. All rights reserved.