Uses of Class
org.crosswire.jsword.versification.BookName

Packages that use BookName
org.crosswire.jsword.versification The core responsibility of the versification package is to understand verse references. 
 

Uses of BookName in org.crosswire.jsword.versification
 

Fields in org.crosswire.jsword.versification declared as BookName
private  BookName[] BibleNames.books
           
 

Fields in org.crosswire.jsword.versification with type parameters of type BookName
private  Map<String,BookName> BibleNames.altBooksMap
          Alternative shortened names for the book of the Bible, normalized, generated at runtime
private  Map<String,BookName> BibleNames.fullBooksMap
          The full names of the book of the Bible, normalized, generated at runtime
private  Map<String,BookName> BibleNames.shortBooksMap
          Standard shortened names for the book of the Bible, normalized, generated at runtime.
 

Methods in org.crosswire.jsword.versification that return BookName
 BookName BibleBook.getBookName()
          Get the BookName.
(package private)  BookName BibleNames.getBookName(BibleBook book)
           
static BookName BibleInfo.getBookName(BibleBook book)
          Deprecated. Use BibleBook.getBookName() instead.
 


Copyright ? 2003-2011