wt.tools.metamodel
Class CaseKind

java.lang.Object
  extended bywt.tools.metamodel.CaseKind

public class CaseKind
extends Object

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

value

protected String value

AS_IS

public static final CaseKind AS_IS

LOWER_CASE

public static final CaseKind LOWER_CASE

UPPER_CASE

public static final CaseKind UPPER_CASE
Constructor Detail

CaseKind

protected CaseKind(String theValue)
Method Detail

toEnum

public static CaseKind toEnum(String theValue)

toString

public final String toString()