org.crosswire.jsword.versification.system
Class SystemDefault
java.lang.Object
org.crosswire.jsword.versification.Versification
org.crosswire.jsword.versification.system.SystemDefault
- All Implemented Interfaces:
- Serializable, ReferenceSystem
public class SystemDefault
- extends Versification
The SystemDefault versification (v11n) is that of the Protestant KJV.
This is the first v11n defined within JSword and SWORD.
- 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
| 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_NONE
static final BibleBook[] BOOKS_NONE
LAST_VERSE_NONE
static final int[][] LAST_VERSE_NONE
BOOKS_NT
static final BibleBook[] BOOKS_NT
BOOKS_OT
static final BibleBook[] BOOKS_OT
serialVersionUID
private static final long serialVersionUID
- Serialization ID
- See Also:
- Constant Field Values
SystemDefault
public SystemDefault()