org.seasar.uruma.desc
インタフェース FormDesc

既知の実装クラスの一覧:
FormDescImpl

public interface FormDesc

フォームクラスのメタデータを扱うためのインターフェースです。
フォームクラスは、ウィンドウパートに対する入出力情報を保持するためのクラスで、POJO として実現されます。

作成者:
y-komori

メソッドの概要
 List<PropertyDesc> getExportSelectionProperties()
          ExportSelection アノテーションが付加されたプロパティのリストを取得します。
 List<PropertyDesc> getExportValueProperties()
          ExportValue アノテーションが付加されたプロパティのリストを取得します。
 Class<?> getFormClass()
          Class オブジェクトを取得します
 List<PropertyDesc> getImportSelectionProperties()
          ImportSelection アノテーションが付加されたプロパティのリストを取得します。
 List<PropertyDesc> getImportValueProperties()
          ImportValue アノテーションが付加されたプロパティのリストを取得します。
 

メソッドの詳細

getImportValueProperties

List<PropertyDesc> getImportValueProperties()
ImportValue アノテーションが付加されたプロパティのリストを取得します。

戻り値:
PropertyDesc のリスト

getExportValueProperties

List<PropertyDesc> getExportValueProperties()
ExportValue アノテーションが付加されたプロパティのリストを取得します。

戻り値:
PropertyDesc のリスト

getImportSelectionProperties

List<PropertyDesc> getImportSelectionProperties()
ImportSelection アノテーションが付加されたプロパティのリストを取得します。

戻り値:
PropertyDesc のリスト

getExportSelectionProperties

List<PropertyDesc> getExportSelectionProperties()
ExportSelection アノテーションが付加されたプロパティのリストを取得します。

戻り値:
PropertyDesc のリスト

getFormClass

Class<?> getFormClass()
Class オブジェクトを取得します

戻り値:
Class


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