|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface BeanDesc
Java Beans を扱うためのインターフェースです。
メソッドの概要 | |
---|---|
PropertyDesc |
getPropertyDesc(String propertyName)
指定されたプロパティの PropertyDesc を返します。 |
PropertyDesc[] |
getPropertyDescs()
すべてのプロパティの PropertyDesc を返します。 |
boolean |
hasPropertyDesc(String propertyName)
PropertyDesc を持っているかどうかを返します。 |
メソッドの詳細 |
---|
boolean hasPropertyDesc(String propertyName)
PropertyDesc
を持っているかどうかを返します。
propertyName
- プロパティ名
PropertyDesc
を持っているかどうかPropertyDesc getPropertyDesc(String propertyName) throws PropertyNotFoundException
PropertyDesc
を返します。
propertyName
- プロパティ名
PropertyDesc
PropertyNotFoundException
- PropertyDesc
が見つからない場合PropertyDesc[] getPropertyDescs()
PropertyDesc
を返します。
PropertyDesc
の配列
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |