|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<StringUtil.CaseSensitiveType>
com.sibvisions.util.type.StringUtil.CaseSensitiveType
public static enum StringUtil.CaseSensitiveType
case senstive types.
| Enum Constant Summary | |
|---|---|
LowerCase
all letters are lower case. |
|
MixedCase
letters are upper and lower case. |
|
NoLetter
no letter available. |
|
UpperCase
all letters are upper case. |
|
| Method Summary | |
|---|---|
static StringUtil.CaseSensitiveType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StringUtil.CaseSensitiveType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final StringUtil.CaseSensitiveType LowerCase
public static final StringUtil.CaseSensitiveType UpperCase
public static final StringUtil.CaseSensitiveType MixedCase
public static final StringUtil.CaseSensitiveType NoLetter
| Method Detail |
|---|
public static final StringUtil.CaseSensitiveType[] values()
for(StringUtil.CaseSensitiveType c : StringUtil.CaseSensitiveType.values())
System.out.println(c);
public static StringUtil.CaseSensitiveType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||