| Package | Description |
|---|---|
| org.crosswire.jsword.passage |
The core responsibility of the passage package is to store and collate
information about the structure of the Bible - The most important classes are
Passage, PassageTally and Strongs. |
| Modifier and Type | Field and Description |
|---|---|
private PassageTally.Order |
PassageTally.order
The maximum tally possible
|
| Modifier and Type | Method and Description |
|---|---|
PassageTally.Order |
PassageTally.getOrdering()
Get how we sort the verses we output.
|
static PassageTally.Order |
PassageTally.Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PassageTally.Order[] |
PassageTally.Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PassageTally.setOrdering(PassageTally.Order order)
Set how we sort the verses we output.
|