| 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 static PassageType |
PassageKeyFactory.defaultType
The default type
|
| Modifier and Type | Method and Description |
|---|---|
static PassageType |
PassageType.fromInteger(int i)
Lookup method to convert from an integer
|
static PassageType |
PassageType.fromString(String name)
Lookup method to convert from a String
|
static PassageType |
PassageKeyFactory.getDefaultType()
Get the default PassageType.
|
static PassageType |
PassageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PassageType[] |
PassageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PassageKeyFactory.setDefaultType(PassageType newDefaultType)
Set the default PassageType
|
static int |
PassageType.toInteger(PassageType type)
Lookup method to convert from an integer
|