| 
 | ||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.terasoluna.fw.file.annotation.StringConverterToUpperCase
public class StringConverterToUpperCase
大文字変換処理クラス。
 String型のカラムについて大文字変換を行う。
 
| コンストラクタの概要 | |
|---|---|
| StringConverterToUpperCase() | |
| メソッドの概要 | |
|---|---|
|  java.lang.String | convert(java.lang.String column)大文字変換を行う。 | 
| クラス java.lang.Object から継承されたメソッド | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| コンストラクタの詳細 | 
|---|
public StringConverterToUpperCase()
| メソッドの詳細 | 
|---|
public java.lang.String convert(java.lang.String column)
StringConverter 内の convertcolumn - 変換前の文字列
| 
 | ||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||