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

Packages that use BookType
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 modules. 
 

Uses of BookType in org.crosswire.jsword.book
 

Fields in org.crosswire.jsword.book declared as BookType
static BookType BookType.BIBLE
          Books that are Bibles
static BookType BookType.COMMENTARY
          Books that are Commentaries
static BookType BookType.DICTIONARY
          Books that are Dictionaries
static BookType BookType.OTHER
          Books that are not any of the above
private static BookType[] BookType.VALUES
           
 

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

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

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

Methods in org.crosswire.jsword.book.basic that return BookType
 BookType DefaultBookMetaData.getType()
           
 BookType AbstractBook.getType()
           
 

Methods in org.crosswire.jsword.book.basic with parameters of type BookType
 void DefaultBookMetaData.setType(BookType type)
           
 

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

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

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

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

Fields in org.crosswire.jsword.book.sword declared as BookType
private  BookType ModuleType.type
          What booktype is this module
 

Methods in org.crosswire.jsword.book.sword that return BookType
 BookType ModuleType.getBookType()
          The book type of this module
 BookType SwordBookMetaData.getType()
           
 

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


Copyright ? 2003-2004