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 SwordBookMetaData.bookType
          The BookType for this Book
 

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()
           
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-2015