org.seasar.extension.dataset.types
クラス StringType
java.lang.Object
org.seasar.extension.dataset.types.ObjectType
org.seasar.extension.dataset.types.StringType
- すべての実装インタフェース:
- ColumnType
- public class StringType
- extends ObjectType
文字列用の ColumnType
です。
- 作成者:
- higa
フィールドの概要 |
protected boolean |
trim
トリムするかどうか。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
trim
protected boolean trim
- トリムするかどうか。
convert
public Object convert(Object value,
String formatPattern)
- インタフェース
ColumnType
の記述:
- 適切な型に変換します。
- 定義:
- インタフェース
ColumnType
内の convert
- オーバーライド:
- クラス
ObjectType
内の convert
getType
public Class getType()
- インタフェース
ColumnType
の記述:
- 型を返します。
- 定義:
- インタフェース
ColumnType
内の getType
- オーバーライド:
- クラス
ObjectType
内の getType
Copyright ? 2004-2008 The Seasar Foundation. All Rights Reserved.