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

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

public interface InterTypeDefAware


メソッドの概要
 void addInterTypeDef(InterTypeDef interTypeDef)
           
 InterTypeDef getInterTypeDef(int index)
           
 int getInterTypeDefSize()
           
 

メソッドの詳細

addInterTypeDef

public void addInterTypeDef(InterTypeDef interTypeDef)

getInterTypeDefSize

public int getInterTypeDefSize()

getInterTypeDef

public InterTypeDef getInterTypeDef(int index)


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