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
 

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
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.
 

Methods in org.crosswire.jsword.passage with parameters of type PassageType
static void PassageKeyFactory.setDefaultType(PassageType newDefaultType)
          Set the default PassageType
static int PassageType.toInteger(PassageType type)
          Lookup method to convert from an integer
 


Copyright ? 2003-2011