|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.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
-
PropertyDef
public PropertyDef getPropertyDef(java.lang.String propertyName)
PropertyDef
を返します。
propertyName
-
PropertyDef
public boolean hasPropertyDef(java.lang.String propertyName)
PropertyDef
を持っているかどうか返します。
propertyName
-
PropertyDef
を持っているかどうかpublic void setContainer(S2Container container)
S2Container
を設定します。
container
-
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |