Uses of Class
org.crosswire.jsword.book.CaseType

Packages that use CaseType
org.crosswire.jsword.book The Book package provides an interface to a real store of data. 
org.crosswire.jsword.versification The core responsibility of the versification package is to understand verse references. 
 

Uses of CaseType in org.crosswire.jsword.book
 

Fields in org.crosswire.jsword.book declared as CaseType
static CaseType CaseType.LOWER
           
static CaseType CaseType.SENTENCE
           
static CaseType CaseType.UPPER
           
private static CaseType[] CaseType.VALUES
           
 

Methods in org.crosswire.jsword.book that return CaseType
static CaseType CaseType.fromInteger(int i)
          Lookup method to convert from an integer
static CaseType CaseType.fromString(String name)
          Lookup method to convert from a String
static CaseType CaseType.getCase(String word)
          What case is the specified word?.
 

Uses of CaseType in org.crosswire.jsword.versification
 

Fields in org.crosswire.jsword.versification declared as CaseType
private static CaseType BibleInfo.bookCase
          How the book names are reported.
 

Methods in org.crosswire.jsword.versification that return CaseType
static CaseType BibleInfo.getDefaultCase()
          How do we report the names of the books?.
 

Methods in org.crosswire.jsword.versification with parameters of type CaseType
static void BibleInfo.setCase(CaseType newBookCase)
          How do we report the names of the books?.
 


Copyright ยจ 2003-2007