|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.crosswire.jsword.book.FeatureType
public class FeatureType
An Enumeration of the possible Features a Book may have.
Distribution Licence: JSword is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here, or by writing to: Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA The copyright to this program is held by it's authors. |
Licence
,
Serialized FormField 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 BookType |
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 |
---|
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
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 BookTypeMethod Detail |
---|
public static FeatureType fromString(String name)
public static FeatureType fromInteger(int i)
public final boolean equals(Object o)
equals
in class Object
Object.equals(java.lang.Object)
public final int hashCode()
hashCode
in class Object
Object.hashCode()
public String toString()
toString
in class Object
Object readResolve()
|
Copyright ? 2003-2004 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |