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.passage The core responsibility of the passage package is to store and collate information about the structure of the Bible - The most important classes are Passage, PassageTally and Strongs
 

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.passage
 

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

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

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


Copyright ยจ 2003-2005