| Package | Description |
|---|---|
| org.crosswire.jsword.book.sword |
An implementation of the Book interfaces that reads from SWORD project
books (modules).
|
| Modifier and Type | Field and Description |
|---|---|
private BookType |
SwordBookMetaData.bookType
The BookType for this Book
|
| Modifier and Type | Method and Description |
|---|---|
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.
|