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