|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.extension.dxo.converter.DatePropertyInfo
日時を表すプロパティの情報を保持するクラスです。
このクラスは、 複数の文字列型のプロパティからDate
あるいはその派生クラス、
Calendar
型のプロパティへ変換するための情報を保持します。
フィールドの概要 | |
protected java.lang.String |
format
日時のフォーマット |
protected PropertyDesc[] |
propertyDescs
変換元となるプロパティの配列 |
コンストラクタの概要 | |
DatePropertyInfo(ConversionContext context,
java.lang.String format,
PropertyDesc[] propertyDescs)
DatePropertyInfo のインスタンスを構築します。 |
メソッドの概要 | |
java.util.Date |
getValue(java.lang.Object source)
ソースオブジェクトの文字列型のプロパティから Date オブジェクトに変換して返します。
|
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
protected java.lang.String format
protected PropertyDesc[] propertyDescs
コンストラクタの詳細 |
public DatePropertyInfo(ConversionContext context, java.lang.String format, PropertyDesc[] propertyDescs)
DatePropertyInfo
のインスタンスを構築します。
context
- 変換コンテキストformat
- フォーマットpropertyDescs
- プロパティ記述子の配列メソッドの詳細 |
public java.util.Date getValue(java.lang.Object source)
Date
オブジェクトに変換して返します。
変換できなかった場合はnull
を返します。
source
- 変換元のオブジェクト
Date
オブジェクト
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |