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
 

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?.
static CaseType CaseType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CaseType[] CaseType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of CaseType in org.crosswire.jsword.versification
 

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

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

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


Copyright ยจ 2003-2015