org.seasar.cubby.spi.beans
インタフェース BeanDesc


public interface BeanDesc

Java Beans を扱うためのインターフェースです。

導入されたバージョン:
2.0.0
作成者:
baba

メソッドの概要
 PropertyDesc getPropertyDesc(String propertyName)
          指定されたプロパティのPropertyDescを返します。
 PropertyDesc[] getPropertyDescs()
          すべてのプロパティのPropertyDescを返します。
 boolean hasPropertyDesc(String propertyName)
          PropertyDescを持っているかどうかを返します。
 

メソッドの詳細

hasPropertyDesc

boolean hasPropertyDesc(String propertyName)
PropertyDescを持っているかどうかを返します。

パラメータ:
propertyName - プロパティ名
戻り値:
PropertyDescを持っているかどうか

getPropertyDesc

PropertyDesc getPropertyDesc(String propertyName)
                             throws PropertyNotFoundException
指定されたプロパティのPropertyDescを返します。

パラメータ:
propertyName - プロパティ名
戻り値:
PropertyDesc
例外:
PropertyNotFoundException - PropertyDescが見つからない場合

getPropertyDescs

PropertyDesc[] getPropertyDescs()
すべてのプロパティのPropertyDescを返します。

戻り値:
PropertyDescの配列


Copyright © 2006-2009 The Seasar Foundation. All Rights Reserved.