converter.text
クラス TextConvertUtility
java.lang.Object
converter.text.TextConvertUtility
public final class TextConvertUtility
- extends Object
文字列変換処理をまとめたユーティリティクラス。
- バージョン:
- $Id: TextConvertUtility.java 32 2009-03-01 13:59:59Z Honeplus $
- 作成者:
- Honeplus
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
convert
public static String convert(String text,
TextConvertUtility.RunType runType)
- 指定された処理の文字列変換を実施する。
- パラメータ:
text
- 変換元文字列runType
- 変換処理
- 戻り値:
- 変換後文字列