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
 

Methods in org.crosswire.jsword.book.sword that return BookType
static BookType BookType.fromString(String name)
          Lookup method to convert from a String
 BookType SwordBookMetaData.getBookType()
          Returns the Book Type.
 BookType ConfigEntryTable.getBookType()
          Returns an Enumeration of all the keys found in the config file.
static BookType BookType.getBookType(String name)
          Find a BookType from a name.
static BookType BookType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BookType[] BookType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


Copyright ? 2003-2011