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

入れ子のクラスの概要
static class TextConvertUtility.RunType
          行う変換処理を指定するための列挙値。
 
メソッドの概要
static String convert(String text, TextConvertUtility.RunType runType)
          指定された処理の文字列変換を実施する。
 
クラス 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 - 変換処理
戻り値:
変換後文字列