Uses of Class
org.crosswire.jsword.book.sword.BookType

Packages that use BookType
org.crosswire.jsword.book.sword An implementation of the Book interfaces that reads from SWORD project books (modules). 
 

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

Fields in org.crosswire.jsword.book.sword declared as BookType
private  BookType ConfigEntryTable.bookType
          The BookType for this ConfigEntry
static BookType BookType.HREF_COM
          Uncompresses HREF Commentaries
static BookType BookType.RAW_COM
          Uncompressed Commentaries
static BookType BookType.RAW_FILES
          Uncompressed Commentaries
static BookType BookType.RAW_GEN_BOOK
          Generic Books
static BookType BookType.RAW_LD
          2-Byte Index Uncompressed Dictionaries
static BookType BookType.RAW_LD4
          4-Byte Index Uncompressed Dictionaries
static BookType BookType.RAW_TEXT
          Uncompressed Bibles
private static BookType[] BookType.VALUES
           
static BookType BookType.Z_COM
          Compressed Commentaries
static BookType BookType.Z_LD
          Compressed Dictionaries
static BookType BookType.Z_TEXT
          Compressed Bibles
 

Methods in org.crosswire.jsword.book.sword that return BookType
static BookType BookType.fromString(String name)
          Lookup method to convert from a String
 BookType ConfigEntryTable.getBookType()
          Returns an Enumeration of all the keys found in the config file.
 BookType SwordBookMetaData.getBookType()
          Returns the Book Type.
static BookType BookType.getBookType(String name)
          Find a BookType from a name.
 


Copyright ? 2003-2006