|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SectionNames>
org.crosswire.jsword.versification.SectionNames
@Deprecated public enum SectionNames
SectionNames deals with traditional sections of the Bible.
for license details.
The copyright to this program is held by it's authors.
Enum Constant Summary | |
---|---|
BIBLE
Deprecated. BIBLE consists of the entire/whole Bible (Gen - Rev) |
|
GENERAL_LETTERS
Deprecated. LETTERS consists of the general letters/epistles (Jas-Jud) |
|
GOSPELS_AND_ACTS
Deprecated. GOSPELS_AND_ACTS consists of the 4 Gospels and Acts (Mat-Acts) |
|
HISTORY
Deprecated. HISTORY consists of the history in the Old Testament of Israel |
|
LETTERS
Deprecated. LETTERS consists of the letters/epistles (Rom-Jud) |
|
MAJOR_PROPHETS
Deprecated. MAJOR_PROPHETS consists of the major prophets (Isa-Dan) |
|
MINOR_PROPHETS
Deprecated. MINOR_PROPHETS consists of the minor prophets (Hos-Mal) |
|
NEW_TESTAMENT
Deprecated. NEW_TESTAMENT consists of the new testament (Mat - Rev) |
|
OLD_TESTAMENT
Deprecated. OLD_TESTAMENT consists of the old testament (Gen - Rev) |
|
PAULINE_LETTERS
Deprecated. LETTERS consists of the Pauline letters/epistles (Rom-Heb) |
|
PENTATEUCH
Deprecated. PENTATEUCH consists of the 5 books of Moses (Gen - Deu) |
|
POETRY
Deprecated. POETRY consists of the poetic works (Job-Song) |
|
PROPHECY
Deprecated. PROPHECY consists of the Deu 28, major prophets, minor prophets, Revelation (Isa-Mal, Rev) |
|
REVELATION
Deprecated. REVELATION consists of the book of Revelation (Rev) |
Method Summary | |
---|---|
abstract boolean |
contains(BibleBook book)
Deprecated. Determine whether the book is contained within the section. |
abstract String |
getName()
Deprecated. Obtain a localized string description of the section. |
abstract String |
getRange()
Deprecated. Obtain a string representation of the scope of the section. |
static SectionNames |
getSection(BibleBook book)
Deprecated. Determine the section to which this book belongs. |
abstract int |
getSize()
Deprecated. Get the number of whole books in the section. |
String |
toString()
Deprecated. |
static SectionNames |
valueOf(String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static SectionNames[] |
values()
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SectionNames BIBLE
public static final SectionNames OLD_TESTAMENT
public static final SectionNames PENTATEUCH
public static final SectionNames HISTORY
public static final SectionNames POETRY
public static final SectionNames PROPHECY
public static final SectionNames MAJOR_PROPHETS
public static final SectionNames MINOR_PROPHETS
public static final SectionNames NEW_TESTAMENT
public static final SectionNames GOSPELS_AND_ACTS
public static final SectionNames LETTERS
public static final SectionNames PAULINE_LETTERS
public static final SectionNames GENERAL_LETTERS
public static final SectionNames REVELATION
Method Detail |
---|
public static SectionNames[] values()
for (SectionNames c : SectionNames.values()) System.out.println(c);
public static SectionNames valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic abstract boolean contains(BibleBook book)
book
-
public abstract int getSize()
public abstract String getName()
public abstract String getRange()
public String toString()
toString
in class Enum<SectionNames>
public static SectionNames getSection(BibleBook book)
book
- The book to test
|
Copyright ? 2003-2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |