org.crosswire.jsword.versification.system
Class SystemNRSV
java.lang.Object
org.crosswire.jsword.versification.Versification
org.crosswire.jsword.versification.system.SystemNRSV
- All Implemented Interfaces:
- Serializable, ReferenceSystem
public class SystemNRSV
- extends Versification
The NRSV Versification is nearly the same as the KJV versification.
It differs in that 3 John has 15 verses not 14 and Revelation 12
has 18 verses not 17.
- Author:
- DM Smith
- See Also:
for license details.
The copyright to this program is held by it's authors.
,
Serialized Form
Constructor Summary |
SystemNRSV()
Build the "NRSV" Versification. |
Methods inherited from class org.crosswire.jsword.versification.Versification |
add, containsBook, decodeOrdinal, distance, dump, getAllVerses, getBook, getBook, getBookCount, getBookCount, getBookIterator, getBookName, getChapterCount, getCount, getFirstBook, getLastBook, getLastChapter, getLastVerse, getLongName, getName, getNextBook, getOrdinal, getPreferredName, getPreviousBook, getShortName, getTestament, getTestamentOrdinal, isAdjacentBook, isAdjacentChapter, isAdjacentVerse, isBook, isBookIntro, isChapterIntro, isEndOfBook, isEndOfChapter, isIntro, isSameBook, isSameChapter, isStartOfBook, isStartOfChapter, max, maximumOrdinal, min, next, optimize, patch, subtract, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
V11N_NAME
public static final String V11N_NAME
- See Also:
- Constant Field Values
BOOKS_NT
static final BibleBook[] BOOKS_NT
LAST_VERSE_NT
static final int[][] LAST_VERSE_NT
BOOKS_OT
static final BibleBook[] BOOKS_OT
LAST_VERSE_OT
static final int[][] LAST_VERSE_OT
serialVersionUID
private static final long serialVersionUID
- Serialization ID
- See Also:
- Constant Field Values
SystemNRSV
SystemNRSV()
- Build the "NRSV" Versification.