|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.framework.container.util.InterTypeDefSupport
InterTypeDef
を補助するクラスです。
コンストラクタの概要 | |
InterTypeDefSupport()
InterTypeDefSupport を作成します。 |
メソッドの概要 | |
void |
addInterTypeDef(InterTypeDef interTypeDef)
InterTypeDef を追加します。 |
InterTypeDef |
getInterTypeDef(int index)
InterTypeDef を返します。 |
int |
getInterTypeDefSize()
InterTypeDef の数を返します。 |
void |
setContainer(S2Container container)
S2Container を設定します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public InterTypeDefSupport()
InterTypeDefSupport
を作成します。
メソッドの詳細 |
public void addInterTypeDef(InterTypeDef interTypeDef)
InterTypeDef
を追加します。
interTypeDef
- public int getInterTypeDefSize()
InterTypeDef
の数を返します。
InterTypeDef
の数public InterTypeDef getInterTypeDef(int index)
InterTypeDef
を返します。
index
-
InterTypeDef
public void setContainer(S2Container container)
S2Container
を設定します。
container
-
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |