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 with type parameters of type BookName
private  Map<String,BookName> BibleNames.altNC
          Alternative shortened names for the Deuterocanonical books of the Bible normalized, generated at runtime.
private  Map<String,BookName> BibleNames.altNT
          Alternative shortened names for the New Testament books of the Bible normalized, generated at runtime.
private  Map<String,BookName> BibleNames.altOT
          Alternative shortened names for the Old Testament books of the Bible normalized, generated at runtime.
private  LinkedHashMap<BibleBook,BookName> BibleNames.books
          The collection of BookNames by BibleBooks.
private  Map<String,BookName> BibleNames.fullNC
          The full names of the Deuterocanonical books of the Bible normalized, generated at runtime
private  Map<String,BookName> BibleNames.fullNT
          The full names of the New Testament books of the Bible normalized, generated at runtime
private  Map<String,BookName> BibleNames.fullOT
          The full names of the Old Testament books of the Bible normalized, generated at runtime
private  Map<String,BookName> BibleNames.shortNC
          Standard shortened names for the Deuterocanonical books of the Bible normalized, generated at runtime.
private  Map<String,BookName> BibleNames.shortNT
          Standard shortened names for the New Testament books of the Bible, normalized, generated at runtime.
private  Map<String,BookName> BibleNames.shortOT
          Standard shortened names for the Old Testament books of the Bible normalized, generated at runtime.
 

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


Copyright ? 2003-2011