|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<FeatureType>
org.crosswire.jsword.book.FeatureType
public enum 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.
Enum Constant Summary | |
---|---|
DAILY_DEVOTIONS
The book is one of Daily Devotions. |
|
FOOTNOTES
The book contains footnotes |
|
GLOSSARY
The book is glossary of translations from one language to another. |
|
GREEK_DEFINITIONS
The book is one of Greek Definitions. |
|
GREEK_PARSE
The book is one of Greek word parsings. |
|
HEADINGS
The book contains Headings |
|
HEBREW_DEFINITIONS
The book is one of Hebrew Definitions. |
|
HEBREW_PARSE
The book is one of Hebrew word parsings. |
|
MORPHOLOGY
The book contains Morphology info |
|
SCRIPTURE_REFERENCES
The book contains Scripture cross references |
|
STRONGS_NUMBERS
The book contains Strong's Numbers. |
|
WORDS_OF_CHRIST
The book marks the Word's of Christ |
Field Summary | |
---|---|
private String |
alias
The alias of the FeatureType |
private String |
name
The name of the FeatureType |
Method Summary | |
---|---|
static FeatureType |
fromString(String name)
Lookup method to convert from a String |
String |
getAlias()
Get the alias for this feature. |
String |
toString()
|
static FeatureType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FeatureType[] |
values()
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 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
Field Detail |
---|
private String name
private String alias
Method Detail |
---|
public static FeatureType[] values()
for (FeatureType c : FeatureType.values()) System.out.println(c);
public static FeatureType 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 static FeatureType fromString(String name)
public String toString()
toString
in class Enum<FeatureType>
public String getAlias()
|
Copyright ? 2003-2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |