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

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

public class PropertyDefSupport
extends java.lang.Object

PropertyDefを補助するクラスです。

作成者:
higa

コンストラクタの概要
PropertyDefSupport()
          PropertyDefSupportを作成します。
 
メソッドの概要
 void addPropertyDef(PropertyDef propertyDef)
          PropertyDefを追加します。
 PropertyDef getPropertyDef(int index)
          PropertyDefを返します。
 PropertyDef getPropertyDef(java.lang.String propertyName)
          PropertyDefを返します。
 int getPropertyDefSize()
          PropertyDefの数を返します。
 boolean hasPropertyDef(java.lang.String propertyName)
          PropertyDefを持っているかどうか返します。
 void setContainer(S2Container container)
          S2Containerを設定します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PropertyDefSupport

public PropertyDefSupport()
PropertyDefSupportを作成します。

メソッドの詳細

addPropertyDef

public void addPropertyDef(PropertyDef propertyDef)
PropertyDefを追加します。

パラメータ:
propertyDef -

getPropertyDefSize

public int getPropertyDefSize()
PropertyDefの数を返します。

戻り値:
PropertyDefの数

getPropertyDef

public PropertyDef getPropertyDef(int index)
PropertyDefを返します。

パラメータ:
index -
戻り値:
PropertyDef

getPropertyDef

public PropertyDef getPropertyDef(java.lang.String propertyName)
PropertyDefを返します。

パラメータ:
propertyName -
戻り値:
PropertyDef

hasPropertyDef

public boolean hasPropertyDef(java.lang.String propertyName)
PropertyDefを持っているかどうか返します。

パラメータ:
propertyName -
戻り値:
PropertyDefを持っているかどうか

setContainer

public void setContainer(S2Container container)
S2Containerを設定します。

パラメータ:
container -


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