|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
このインターフェースはプロパティ定義を登録および取得する方法を定義するオブジェクトを表します。
プロパティ定義は複数登録することが出来ます。 プロパティ定義の取得はインデックス番号を指定して行います。
PropertyDef| メソッドの概要 | |
void |
addPropertyDef(PropertyDef propertyDef)
プロパティ定義を追加します。 |
PropertyDef |
getPropertyDef(int index)
指定されたインデックス番号 indexのプロパティ定義を返します。 |
PropertyDef |
getPropertyDef(java.lang.String propertyName)
指定したプロパティ名で登録されている プロパティ定義を返します。 |
int |
getPropertyDefSize()
登録されている プロパティ定義の数を返します。 |
boolean |
hasPropertyDef(java.lang.String propertyName)
指定したプロパティ名のプロパティ定義があれば trueを返します。 |
| メソッドの詳細 |
public void addPropertyDef(PropertyDef propertyDef)
プロパティ定義を追加します。
propertyDef - プロパティ定義public int getPropertyDefSize()
プロパティ定義の数を返します。
public PropertyDef getPropertyDef(int index)
indexのプロパティ定義を返します。
index - プロパティ定義を指定するインデックス番号
public PropertyDef getPropertyDef(java.lang.String propertyName)
プロパティ定義を返します。
propertyName - プロパティ名
public boolean hasPropertyDef(java.lang.String propertyName)
trueを返します。
propertyName - プロパティ名
true、存在していなければfalse
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||