Uses of Class
org.crosswire.jsword.passage.PassageListType

Packages that use PassageListType
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
 

Uses of PassageListType in org.crosswire.jsword.passage
 

Fields in org.crosswire.jsword.passage declared as PassageListType
static PassageListType PassageListType.RANGES
          Passage to be interpreted as a list of ranges.
private static PassageListType[] PassageListType.VALUES
           
static PassageListType PassageListType.VERSES
          Passage to be interpreted as a list of verses.
 

Methods in org.crosswire.jsword.passage that return PassageListType
static PassageListType PassageListType.fromInteger(int i)
          Lookup method to convert from an integer
static PassageListType PassageListType.fromString(String name)
          Lookup method to convert from a String
 


Copyright ? 2003-2006