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 [dmsmith555 at yahoo dot com]
- 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, adjacentTo, decodeOrdinal, distance, dump, getAllVerses, getBookCount, getBooks, getChapterCount, getCount, getFirstVerseInBook, getFirstVerseInChapter, getLastChapter, getLastVerse, getLastVerseInBook, getLastVerseInChapter, getName, getOrdinal, getTestament, getTestamentOrdinal, isEndOfBook, isEndOfChapter, isSameBook, isSameChapter, isStartOfBook, isStartOfChapter, max, maximumOrdinal, min, 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.