| Package | Description |
|---|---|
| org.crosswire.jsword.versification |
The core responsibility of the versification package is to understand verse references.
|
| Modifier and Type | Method and Description |
|---|---|
static DivisionName |
DivisionName.getSection(BibleBook book)
Determine the section to which this book belongs.
|
static DivisionName |
DivisionName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DivisionName[] |
DivisionName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|