|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.extension.dataset.types.ObjectType
org.seasar.extension.dataset.types.BinaryType
バイナリ用の型です。
メソッドの概要 | |
Object |
convert(Object value,
String formatPattern)
適切な型に変換します。 |
protected boolean |
doEquals(Object arg1,
Object arg2)
等しいかどうかを返します。 |
Class |
getType()
型を返します。 |
クラス org.seasar.extension.dataset.types.ObjectType から継承したメソッド |
equals |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
メソッドの詳細 |
public Object convert(Object value, String formatPattern)
ColumnType
の記述:
ColumnType
内の convert
ObjectType
内の convert
protected boolean doEquals(Object arg1, Object arg2)
ObjectType
の記述:
ObjectType
内の doEquals
arg1
- 引数1arg2
- 引数1
public Class getType()
ColumnType
の記述:
ColumnType
内の getType
ObjectType
内の getType
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |