org.seasar.framework.container.util
クラス InterTypeDefSupport
java.lang.Object
org.seasar.framework.container.util.InterTypeDefSupport
- public class InterTypeDefSupport
- extends Object
InterTypeDef
を補助するクラスです。
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterTypeDefSupport
public InterTypeDefSupport()
InterTypeDefSupport
を作成します。
addInterTypeDef
public void addInterTypeDef(InterTypeDef interTypeDef)
InterTypeDef
を追加します。
- パラメータ:
interTypeDef
-
getInterTypeDefSize
public int getInterTypeDefSize()
InterTypeDef
の数を返します。
- 戻り値:
InterTypeDef
の数
getInterTypeDef
public InterTypeDef getInterTypeDef(int index)
InterTypeDef
を返します。
- パラメータ:
index
-
- 戻り値:
InterTypeDef
setContainer
public void setContainer(S2Container container)
S2Container
を設定します。
- パラメータ:
container
-
Copyright © 2004-2012 The Seasar Foundation. All Rights Reserved.