|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.util.CaseKind
Enumeration of constants for kinds of cases.
Supported API: true
Extendable: false
Field Summary | |
static CaseKind |
AS_IS
|
static CaseKind |
LOWER
|
static CaseKind |
UPPER
|
protected String |
value
|
Constructor Summary | |
protected |
CaseKind(String theValue)
|
Method Summary | |
static CaseKind |
toEnum(String theValue)
toEnum Supported API: true |
String |
toString()
toString Supported API: true |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected String value
public static final CaseKind AS_IS
public static final CaseKind LOWER
public static final CaseKind UPPER
Constructor Detail |
protected CaseKind(String theValue)
Method Detail |
public static CaseKind toEnum(String theValue)
public final String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |