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

Packages that use PassageType
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 PassageType in org.crosswire.jsword.passage
 

Fields in org.crosswire.jsword.passage declared as PassageType
private static PassageType PassageKeyFactory.defaultType
          The default type
static PassageType PassageType.MIX
          Optimize the Passage for a mix
static PassageType PassageType.SIZE
          Optimize the Passage for size
static PassageType PassageType.SPEED
          Optimize the Passage for speed
static PassageType PassageType.TALLY
          Optimize the Passage for tally operations
private static PassageType[] PassageType.VALUES
           
static PassageType PassageType.WRITE_SPEED
          Optimize the Passage for write speed
 

Methods in org.crosswire.jsword.passage that return PassageType
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
 

Methods in org.crosswire.jsword.passage with parameters of type PassageType
static int PassageType.toInteger(PassageType type)
          Lookup method to convert from an integer
 


Copyright ยจ 2003-2007