Package org.crosswire.jsword.versification

The core responsibility of the versification package is to understand verse references.

See:
          Description

Class Summary
BibleBookList A BibleBookList is an ordered list of one or more BibleBooks.
BibleInfo Deprecated. Use Versifications.instance().getDefaultVersification() instead.
BibleNames BibleNames deals with locale sensitive BibleBook name lookup conversions.
BookName BookName represents the different ways a book of the bible is named.
Versification A named Versification defines the order of BibleBooks by Testament, the number of chapters in each BibleBook, the number of verses in each chapter.
 

Enum Summary
BibleBook A BibleBook is a book of the Bible.
DivisionName DivisionName deals with traditional sections of the Bible.
SectionNames Deprecated. Use org.crosswire.jsword.versification.DivisonName instead.
Testament Testament is either OLD or NEW.
 

Package org.crosswire.jsword.versification Description

The core responsibility of the versification package is to understand verse references. It standardizes on OSIS book names and on a KJV versification. Each book in the KJV is numbered sequentially and each verse of the KJV is numbered sequentially.

The primary abilities of this package are to flexibly understand Bible book names as might be found in a reference work or supplied by a user, to convert between these and OSIS book names and KJV book number.

One can also request information concerning books of the Bible: The number of chapters or verses in a book, the number of verses in a particular chapter, the ordinal position of a verse in the KJV and so forth.


Copyright ? 2003-2011