|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectorg.seasar.framework.container.util.PropertyDefSupport
PropertyDefを補助するクラスです。
| コンストラクタの概要 | |
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 |
| コンストラクタの詳細 |
public PropertyDefSupport()
PropertyDefSupportを作成します。
| メソッドの詳細 |
public void addPropertyDef(PropertyDef propertyDef)
PropertyDefを追加します。
propertyDef - public int getPropertyDefSize()
PropertyDefの数を返します。
PropertyDefの数public PropertyDef getPropertyDef(int index)
PropertyDefを返します。
index -
PropertyDefpublic PropertyDef getPropertyDef(java.lang.String propertyName)
PropertyDefを返します。
propertyName -
PropertyDefpublic boolean hasPropertyDef(java.lang.String propertyName)
PropertyDefを持っているかどうか返します。
propertyName -
PropertyDefを持っているかどうかpublic void setContainer(S2Container container)
S2Containerを設定します。
container -
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||