org.crosswire.jsword.book
Class FeatureType

java.lang.Object
  extended by org.crosswire.jsword.book.FeatureType
All Implemented Interfaces:
Serializable

public final class FeatureType
extends Object
implements Serializable

An Enumeration of the possible Features a Book may have.

Author:
Joe Walker [joe at eireneh dot com]
See Also:
for license details. The copyright to this program is held by it's authors., Serialized Form

Field Summary
static FeatureType DAILY_DEVOTIONS
          The book is one of Daily Devotions.
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 HEBREW_DEFINITIONS
          The book is one of Hebrew Definitions.
static FeatureType HEBREW_PARSE
          The book is one of Hebrew word parsings.
private  String name
          The name of the BookCategory
private static int nextObj
           
private  int obj
           
private static long serialVersionUID
          Serialization ID
private static FeatureType[] VALUES
           
 
Constructor Summary
private FeatureType(String name)
           
 
Method Summary
 boolean equals(Object o)
          Prevent subclasses from overriding canonical identity based Object methods
static FeatureType fromInteger(int i)
          Lookup method to convert from an integer
static FeatureType fromString(String name)
          Lookup method to convert from a String
 int hashCode()
          Prevent subclasses from overriding canonical identity based Object methods
(package private)  Object readResolve()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

GREEK_DEFINITIONS

public static final FeatureType GREEK_DEFINITIONS
The book is one of Greek Definitions. AKA, Strongs.


GREEK_PARSE

public static final FeatureType GREEK_PARSE
The book is one of Greek word parsings. AKA, Robinson.


HEBREW_DEFINITIONS

public static final FeatureType HEBREW_DEFINITIONS
The book is one of Hebrew Definitions. AKA, Strongs.


HEBREW_PARSE

public static final FeatureType HEBREW_PARSE
The book is one of Hebrew word parsings. AKA, ???.


DAILY_DEVOTIONS

public static final FeatureType DAILY_DEVOTIONS
The book is one of Daily Devotions.


GLOSSARY

public static final FeatureType GLOSSARY
The book is glossary of translations from one language to another.


name

private String name
The name of the BookCategory


nextObj

private static int nextObj

obj

private final int obj

VALUES

private static final FeatureType[] VALUES

serialVersionUID

private static final long serialVersionUID
Serialization ID

See Also:
Constant Field Values
Constructor Detail

FeatureType

private FeatureType(String name)
Parameters:
name - The name of the BookCategory
Method Detail

fromString

public static FeatureType fromString(String name)
Lookup method to convert from a String


fromInteger

public static FeatureType fromInteger(int i)
Lookup method to convert from an integer


equals

public boolean equals(Object o)
Prevent subclasses from overriding canonical identity based Object methods

Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)

hashCode

public int hashCode()
Prevent subclasses from overriding canonical identity based Object methods

Overrides:
hashCode in class Object
See Also:
Object.hashCode()

toString

public String toString()
Overrides:
toString in class Object

readResolve

Object readResolve()

Copyright ยจ 2003-2006