|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.crosswire.jsword.book.BookCategory
public final class BookCategory
for license details.
The copyright to this program is held by it's authors.
,
Serialized FormField Summary | |
---|---|
static BookCategory |
BIBLE
Books that are Bibles |
static BookCategory |
COMMENTARY
Books that are Commentaries |
static BookCategory |
DAILY_DEVOTIONS
Books that are indexed by day. |
static BookCategory |
DICTIONARY
Books that are Dictionaries |
static BookCategory |
ESSAYS
Books that are just essays. |
private MsgBase |
externalName
|
static BookCategory |
GENERAL_BOOK
Books that are just books. |
static BookCategory |
GLOSSARY
Books that map words from one language to another. |
static BookCategory |
IMAGES
Books that are predominately images. |
static BookCategory |
MAPS
Books that are a collection of maps. |
private String |
name
The names of the BookCategory |
private static int |
nextObj
|
private int |
obj
|
static BookCategory |
OTHER
Books that are not any of the above |
static BookCategory |
QUESTIONABLE
Books that are questionable. |
private static long |
serialVersionUID
Serialization ID |
private static BookCategory[] |
VALUES
|
Constructor Summary | |
---|---|
private |
BookCategory(String name,
MsgBase externalName)
|
Method Summary | |
---|---|
int |
compareTo(Object o)
|
boolean |
equals(Object o)
|
static BookCategory |
fromExternalString(String name)
Lookup method to convert from a String |
static BookCategory |
fromInteger(int i)
Lookup method to convert from an integer |
static BookCategory |
fromString(String name)
Lookup method to convert from a String |
String |
getName()
|
int |
hashCode()
|
(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 BookCategory BIBLE
public static final BookCategory DICTIONARY
public static final BookCategory COMMENTARY
public static final BookCategory DAILY_DEVOTIONS
public static final BookCategory GLOSSARY
public static final BookCategory QUESTIONABLE
public static final BookCategory ESSAYS
public static final BookCategory IMAGES
public static final BookCategory MAPS
public static final BookCategory GENERAL_BOOK
public static final BookCategory OTHER
private transient String name
private transient MsgBase externalName
private static int nextObj
private final int obj
private static final BookCategory[] VALUES
private static final long serialVersionUID
Constructor Detail |
---|
private BookCategory(String name, MsgBase externalName)
name
- The name of the BookCategoryMethod Detail |
---|
public static BookCategory fromString(String name)
public static BookCategory fromExternalString(String name)
public static BookCategory fromInteger(int i)
public int compareTo(Object o)
compareTo
in interface Comparable
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getName()
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 |