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

既知のサブインタフェースの一覧:
ArgDef, AspectDef, ComponentDef, InterTypeDef, MetaDef, PropertyDef, S2Container, TooManyRegistrationComponentDef
既知の実装クラスの一覧:
ArgDefImpl, AspectDefImpl, ComponentDefImpl, InterTypeDefImpl, MetaDefImpl, PropertyDefImpl, S2ContainerImpl, SimpleComponentDef, TooManyRegistrationComponentDefImpl

public interface MetaDefAware

作成者:
higa

メソッドの概要
 void addMetaDef(MetaDef metaDef)
           
 MetaDef getMetaDef(int index)
           
 MetaDef getMetaDef(String name)
           
 MetaDef[] getMetaDefs(String name)
           
 int getMetaDefSize()
           
 

メソッドの詳細

addMetaDef

public void addMetaDef(MetaDef metaDef)

getMetaDefSize

public int getMetaDefSize()

getMetaDef

public MetaDef getMetaDef(int index)

getMetaDef

public MetaDef getMetaDef(String name)

getMetaDefs

public MetaDef[] getMetaDefs(String name)


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