Uses of Class
org.crosswire.jsword.versification.Testament

Packages that use Testament
org.crosswire.jsword.book.sword An implementation of the Book interfaces that reads from SWORD project books (modules). 
org.crosswire.jsword.book.sword.state File management of SWORD Books. 
org.crosswire.jsword.versification The core responsibility of the versification package is to understand verse references. 
 

Uses of Testament in org.crosswire.jsword.book.sword
 

Methods in org.crosswire.jsword.book.sword with parameters of type Testament
protected  String RawFileBackend.getEntry(RawBackendState state, String name, Testament testament, long index)
           
protected  String RawBackend.getEntry(RawBackendState state, String name, Testament testament, long index)
          Get the text for an indexed entry in the book.
 

Uses of Testament in org.crosswire.jsword.book.sword.state
 

Fields in org.crosswire.jsword.book.sword.state declared as Testament
private  Testament ZVerseBackendState.lastTestament
           
 

Methods in org.crosswire.jsword.book.sword.state that return Testament
 Testament ZVerseBackendState.getLastTestament()
           
 

Methods in org.crosswire.jsword.book.sword.state with parameters of type Testament
 void ZVerseBackendState.setLastTestament(Testament lastTestament)
           
 

Uses of Testament in org.crosswire.jsword.versification
 

Methods in org.crosswire.jsword.versification that return Testament
 Testament Versification.getTestament(int ordinal)
          Get the testament of a given verse
static Testament BibleInfo.getTestament(int ordinal)
          Deprecated. use Versification.getTestament(int) instead
static Testament Testament.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Testament[] Testament.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.crosswire.jsword.versification with parameters of type Testament
 int Versification.getCount(Testament testament)
          Give the count of verses in the testament or the whole Bible.
static int BibleInfo.getCount(Testament testament)
          Deprecated. use Versification.getCount(Testament) instead
 


Copyright ? 2003-2011