|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.tools.metamodel.CaseKind
Enumeration of constants for kinds of cases.
Field Summary | |
static CaseKind |
AS_IS
|
static CaseKind |
LOWER_CASE
|
static CaseKind |
UPPER_CASE
|
protected String |
value
|
Constructor Summary | |
protected |
CaseKind(String theValue)
|
Method Summary | |
static CaseKind |
toEnum(String theValue)
|
String |
toString()
|
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_CASE
public static final CaseKind UPPER_CASE
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 |