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