wt.util
Class CaseKind

java.lang.Object
  extended bywt.util.CaseKind

public class CaseKind
extends Object

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

value

protected String value

AS_IS

public static final CaseKind AS_IS

LOWER

public static final CaseKind LOWER

UPPER

public static final CaseKind UPPER
Constructor Detail

CaseKind

protected CaseKind(String theValue)
Method Detail

toEnum

public static CaseKind toEnum(String theValue)
toEnum

Supported API: true


toString

public final String toString()
toString

Supported API: true