org.seasar.framework.container.util
クラス PropertyDefSupport

java.lang.Object
  拡張org.seasar.framework.container.util.PropertyDefSupport

public final class PropertyDefSupport
extends Object

作成者:
higa

コンストラクタの概要
PropertyDefSupport()
           
 
メソッドの概要
 void addPropertyDef(PropertyDef propertyDef)
           
 PropertyDef getPropertyDef(int index)
           
 PropertyDef getPropertyDef(String propertyName)
           
 int getPropertyDefSize()
           
 boolean hasPropertyDef(String propertyName)
           
 void setContainer(S2Container container)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PropertyDefSupport

public PropertyDefSupport()
メソッドの詳細

addPropertyDef

public void addPropertyDef(PropertyDef propertyDef)

getPropertyDefSize

public int getPropertyDefSize()

getPropertyDef

public PropertyDef getPropertyDef(int index)

getPropertyDef

public PropertyDef getPropertyDef(String propertyName)

hasPropertyDef

public boolean hasPropertyDef(String propertyName)

setContainer

public void setContainer(S2Container container)


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