|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.crosswire.jsword.book.FeatureType
public final class FeatureType
An Enumeration of the possible Features a Book may have.
for license details.
The copyright to this program is held by it's authors.
,
Serialized FormField Summary | |
---|---|
static FeatureType |
DAILY_DEVOTIONS
The book is one of Daily Devotions. |
static FeatureType |
FOOTNOTES
The book contains footnotes |
static FeatureType |
GLOSSARY
The book is glossary of translations from one language to another. |
static FeatureType |
GREEK_DEFINITIONS
The book is one of Greek Definitions. |
static FeatureType |
GREEK_PARSE
The book is one of Greek word parsings. |
static FeatureType |
HEADINGS
The book contains Headings |
static FeatureType |
HEBREW_DEFINITIONS
The book is one of Hebrew Definitions. |
static FeatureType |
HEBREW_PARSE
The book is one of Hebrew word parsings. |
static FeatureType |
MORPHOLOGY
The book contains Morphology info |
private String |
name
The name of the FeatureType |
private static int |
nextObj
|
private int |
obj
|
static FeatureType |
SCRIPTURE_REFERENCES
The book contains Scripture cross references |
private static long |
serialVersionUID
Serialization ID |
static FeatureType |
STRONGS_NUMBERS
The book contains Strong's Numbers |
private static FeatureType[] |
VALUES
|
static FeatureType |
WORDS_OF_CHRIST
The book marks the Word's of Christ |
Constructor Summary | |
---|---|
private |
FeatureType(String name)
|
Method Summary | |
---|---|
static FeatureType |
fromInteger(int i)
Lookup method to convert from an integer |
static FeatureType |
fromString(String name)
Lookup method to convert from a String |
(package private) Object |
readResolve()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final FeatureType GREEK_DEFINITIONS
public static final FeatureType GREEK_PARSE
public static final FeatureType HEBREW_DEFINITIONS
public static final FeatureType HEBREW_PARSE
public static final FeatureType DAILY_DEVOTIONS
public static final FeatureType GLOSSARY
public static final FeatureType STRONGS_NUMBERS
public static final FeatureType FOOTNOTES
public static final FeatureType SCRIPTURE_REFERENCES
public static final FeatureType WORDS_OF_CHRIST
public static final FeatureType MORPHOLOGY
public static final FeatureType HEADINGS
private String name
private static int nextObj
private final int obj
private static final FeatureType[] VALUES
private static final long serialVersionUID
Constructor Detail |
---|
private FeatureType(String name)
name
- The name of the FeatureTypeMethod Detail |
---|
public static FeatureType fromString(String name)
public static FeatureType fromInteger(int i)
public String toString()
toString
in class Object
Object readResolve()
|
Copyright ยจ 2003-2007 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |