|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The type of VerseKey that reversify returns.public interface VerseKey<T extends VerseKey>
A VerseKey indicates that a Key has a Versification reference system.
The GNU Lesser General Public License for details.
Method Summary | |
---|---|
Versification |
getVersification()
Get the Versification that defines the Verses in this VerseKey. |
T |
getWhole()
Convert this reference into one without a sub-identifier. |
boolean |
isWhole()
A VerseKey that does not have an OSIS sub identifier is a whole reference. |
T |
reversify(Versification newVersification)
Cast this VerseKey into another Versification. |
Methods inherited from interface org.crosswire.jsword.passage.Key |
---|
addAll, blur, canHaveChildren, clear, clone, contains, equals, get, getCardinality, getChildCount, getName, getName, getOsisID, getOsisRef, getParent, getRootName, hashCode, indexOf, isEmpty, removeAll, retainAll |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Method Detail |
---|
Versification getVersification()
T reversify(Versification newVersification)
Note: This is dangerous as it does not consider chapter boundaries or whether the verses in this VerseKey are actually part of the new versification. It should only be used when the start and end verses are in both Versifications. You have been warned.
newVersification
-
boolean isWhole()
T getWhole()
|
Copyright ยจ 2003-2015 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |