Uses of Class
org.crosswire.jsword.book.BookCategory

Packages that use BookCategory
org.crosswire.jsword.book The Book package provides an interface to a real store of data. 
org.crosswire.jsword.book.basic The Basic package contains default and abstract implementations of the main Book classes. 
org.crosswire.jsword.book.readings An implementation of BookDriver and Dictionary that read provide access to readings planners. 
org.crosswire.jsword.book.sword An implementation of the Book interfaces that reads from SWORD project books (modules). 
 

Uses of BookCategory in org.crosswire.jsword.book
 

Fields in org.crosswire.jsword.book declared as BookCategory
static BookCategory BookCategory.BIBLE
          Books that are Bibles
static BookCategory BookCategory.COMMENTARY
          Books that are Commentaries
static BookCategory BookCategory.DAILY_DEVOTIONS
          Books that are indexed by day.
static BookCategory BookCategory.DICTIONARY
          Books that are Dictionaries
static BookCategory BookCategory.GLOSSARY
          Books that map words from one language to another.
static BookCategory BookCategory.OTHER
          Books that are not any of the above
static BookCategory BookCategory.QUESTIONABLE
          Books that are questionable.
private static BookCategory[] BookCategory.VALUES
           
 

Methods in org.crosswire.jsword.book that return BookCategory
static BookCategory BookCategory.fromInteger(int i)
          Lookup method to convert from an integer
static BookCategory BookCategory.fromString(String name)
          Lookup method to convert from a String
 BookCategory Book.getBookCategory()
          What category of content is this, a Bible or a reference work like a Dictionary or Commentary.
 BookCategory BookMetaData.getBookCategory()
          What category of content is this, a Bible or a reference work like a Dictionary or Commentary.
 

Uses of BookCategory in org.crosswire.jsword.book.basic
 

Fields in org.crosswire.jsword.book.basic declared as BookCategory
private  BookCategory DefaultBookMetaData.type
           
 

Methods in org.crosswire.jsword.book.basic that return BookCategory
 BookCategory AbstractBook.getBookCategory()
           
 BookCategory DefaultBookMetaData.getBookCategory()
           
 

Methods in org.crosswire.jsword.book.basic with parameters of type BookCategory
 void DefaultBookMetaData.setBookCategory(BookCategory aType)
           
 

Constructors in org.crosswire.jsword.book.basic with parameters of type BookCategory
DefaultBookMetaData(BookDriver driver, String name, BookCategory type)
          Ctor with some default values.
 

Uses of BookCategory in org.crosswire.jsword.book.readings
 

Constructors in org.crosswire.jsword.book.readings with parameters of type BookCategory
ReadingsBook(ReadingsBookDriver driver, BookCategory type)
          Constructor for ReadingsBook.
 

Uses of BookCategory in org.crosswire.jsword.book.sword
 

Fields in org.crosswire.jsword.book.sword declared as BookCategory
private  BookCategory BookType.type
          What category is this book
private  BookCategory SwordBookMetaData.type
           
 

Methods in org.crosswire.jsword.book.sword that return BookCategory
 BookCategory BookType.getBookCategory()
          The category of this book
 BookCategory SwordBookMetaData.getBookCategory()
           
 

Constructors in org.crosswire.jsword.book.sword with parameters of type BookCategory
BookType(String name, BookCategory type)
          Simple ctor
 


Copyright ? 2003-2006