org.seasar.framework.container
インタフェース InterTypeDefAware

既知のサブインタフェースの一覧:
ComponentDef, TooManyRegistrationComponentDef
既知の実装クラスの一覧:
ComponentDefImpl, SimpleComponentDef, TooManyRegistrationComponentDefImpl

public interface InterTypeDefAware

このインターフェースはインタータイプ定義を登録および取得する方法を定義するオブジェクトを表します。

インタータイプ定義は複数登録することが出来ます。 インタータイプ定義の取得はインデックス番号を指定して行います。

作成者:
koichik, Maneno
関連項目:
InterTypeDef

メソッドの概要
 void addInterTypeDef(InterTypeDef interTypeDef)
          インタータイプ定義を追加します。
 InterTypeDef getInterTypeDef(int index)
          指定されたインデックス番号indexインタータイプ定義を返します。
 int getInterTypeDefSize()
          登録されているインタータイプ定義の数を返します。
 

メソッドの詳細

addInterTypeDef

public void addInterTypeDef(InterTypeDef interTypeDef)
インタータイプ定義を追加します。

パラメータ:
interTypeDef - インタータイプ定義

getInterTypeDefSize

public int getInterTypeDefSize()
登録されているインタータイプ定義の数を返します。

戻り値:
登録されているインタータイプ定義の数

getInterTypeDef

public InterTypeDef getInterTypeDef(int index)
指定されたインデックス番号indexインタータイプ定義を返します。

パラメータ:
index - インタータイプ定義を指定するインデックス番号
戻り値:
インタータイプ定義


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.