|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.crosswire.jsword.versification.Versification
org.crosswire.jsword.versification.system.SystemKJV
public class SystemKJV
The KJV versification is the first implemented versification and is the default versification for JSword/SWORD.
for license details.
The copyright to this program is held by it's authors.
,
Serialized FormField Summary | |
---|---|
(package private) static BibleBook[] |
BOOKS_NT
|
(package private) static BibleBook[] |
BOOKS_OT
|
(package private) static int[][] |
CHAPTER_STARTS
Constant for the ordinal number of the first verse in each chapter. |
(package private) static int[][] |
LAST_VERSE_NT
|
(package private) static int[][] |
LAST_VERSE_OT
Constant for the max verse number in each chapter |
private static long |
serialVersionUID
Serialization ID |
static String |
V11N_NAME
|
Constructor Summary | |
---|---|
SystemKJV()
Build the "KJV" Versification. |
Method Summary |
---|
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 |
Field Detail |
---|
public static final String V11N_NAME
static final BibleBook[] BOOKS_NT
static final int[][] LAST_VERSE_NT
static final BibleBook[] BOOKS_OT
static final int[][] LAST_VERSE_OT
static final int[][] CHAPTER_STARTS
private static final long serialVersionUID
Constructor Detail |
---|
SystemKJV()
|
Copyright ? 2003-2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |