|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||
java.lang.Objectorg.apache.tools.ant.types.EnumeratedAttribute
jp.hishidama.ant.types.htlex.CaseEnum
public class CaseEnum
文字ケース変換クラス.
大文字・小文字の変更を行うクラス。
| フィールドの概要 | |
|---|---|
static String |
LOWER
"lower":小文字に変換する |
static String |
PROPER
"proper":単語の先頭のみ大文字、他は小文字に変換する |
static String |
SAME
"same":変更しない |
static String |
UPPER
"upper":大文字に変換する |
| コンストラクタの概要 | |
|---|---|
CaseEnum()
|
|
CaseEnum(String s)
|
|
| メソッドの概要 | |
|---|---|
String |
convert(String s)
変換実行. |
String[] |
getValues()
|
| クラス org.apache.tools.ant.types.EnumeratedAttribute から継承されたメソッド |
|---|
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| フィールドの詳細 |
|---|
public static final String SAME
public static final String LOWER
public static final String UPPER
public static final String PROPER
| コンストラクタの詳細 |
|---|
public CaseEnum()
public CaseEnum(String s)
| メソッドの詳細 |
|---|
public String[] getValues()
org.apache.tools.ant.types.EnumeratedAttribute 内の getValuespublic String convert(String s)
s - 文字列
|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||