|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface BeanDesc
Java Beans を扱うためのインターフェースです。
| メソッドの概要 | |
|---|---|
Set<Attribute> |
findAllAttributes()
すべてのプロパティとフィールドへアクセスする属性を返します。 |
Set<Attribute> |
findAttributesAnnotatedWith(Class<? extends Annotation> annotationClass)
指定されたアノテーションで修飾された、プロパティまたはフィールドへアクセスする属性を返します。 |
Set<Attribute> |
findFieldAttributes()
すべてのフィールドへアクセスする属性を検索します。 |
Set<Attribute> |
findtPropertyAttributes()
すべてのプロパティへアクセスする検索します。 |
Attribute |
getFieldAttribute(String name)
指定された名前のフィールドへアクセスする属性を返します。 |
Attribute |
getPropertyAttribute(String name)
指定された名前のプロパティへアクセスする属性を返します。 |
boolean |
hasFieldAttribute(String name)
指定された名前のフィールドへアクセスする属性があるかどうかを示します。 |
boolean |
hasPropertyAttribute(String name)
指定された名前のプロパティへアクセスする属性があるかどうかを示します。 |
| メソッドの詳細 |
|---|
boolean hasPropertyAttribute(String name)
name - 属性名
true、そうでない場合は
false
Attribute getPropertyAttribute(String name)
throws AttributeNotFoundException
name - 属性名
Attribute
AttributeNotFoundException - Attribute が見つからない場合boolean hasFieldAttribute(String name)
name - 属性名
true、そうでない場合は
falseAttribute getFieldAttribute(String name)
name - 属性名
Attribute のコレクション
AttributeNotFoundException - Attribute が見つからない場合Set<Attribute> findtPropertyAttributes()
Attribute のコレクションSet<Attribute> findFieldAttributes()
Attribute のコレクションSet<Attribute> findAllAttributes()
Attribute のコレクションSet<Attribute> findAttributesAnnotatedWith(Class<? extends Annotation> annotationClass)
annotationClass - アノテーションの型
Attribute のコレクション
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||