Uses of Class
wt.util.CaseKind

Packages that use CaseKind
wt.query Provides generic support for defining SQL queries (see QuerySpec and the various things that can be appended to it) in a database inedependent manner that should be used with the PersistenceManager
wt.tools.metamodel   
wt.util   
 

Uses of CaseKind in wt.query
 

Methods in wt.query that return CaseKind
 CaseKind AttributeSearchSpecification.getStringCase(Class classname)
          Return the STRING_CASE from the introspection on the attribute and class for this AttributeSearchSpecification.
 

Uses of CaseKind in wt.tools.metamodel
 

Fields in wt.tools.metamodel declared as CaseKind
protected  CaseKind ClassProperty.stringCase
           
protected  CaseKind ClassProperty.stringCase
           
 

Methods in wt.tools.metamodel that return CaseKind
 CaseKind ClassProperty.getStringCase()
           
 CaseKind ClassProperty.getStringCase()
           
 

Uses of CaseKind in wt.util
 

Fields in wt.util declared as CaseKind
static CaseKind CaseKind.AS_IS
           
static CaseKind CaseKind.LOWER
           
static CaseKind CaseKind.UPPER
           
static CaseKind CaseKind.AS_IS
           
static CaseKind CaseKind.LOWER
           
static CaseKind CaseKind.UPPER
           
 

Methods in wt.util that return CaseKind
static CaseKind CaseKind.toEnum(String theValue)
          toEnum

Supported API: true
static CaseKind CaseKind.toEnum(String theValue)
          toEnum

Supported API: true