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

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

Fields in org.crosswire.jsword.passage declared as AccuracyType
static AccuracyType AccuracyType.BOOK_CHAPTER
          The passage was specified to a book and chapter (no verse).
static AccuracyType AccuracyType.BOOK_ONLY
          The passage was specified to a book only (no chapter or verse).
static AccuracyType AccuracyType.BOOK_VERSE
          The verse was specified as book, chapter and verse.
static AccuracyType AccuracyType.CHAPTER_ONLY
          There was only a chapter number
static AccuracyType AccuracyType.CHAPTER_VERSE
          The passage was specified to a chapter and verse (no book).
private static AccuracyType[] AccuracyType.VALUES
           
static AccuracyType AccuracyType.VERSE_ONLY
          There was only a verse number
 

Methods in org.crosswire.jsword.passage that return AccuracyType
static AccuracyType AccuracyType.fromInteger(int i)
          Lookup method to convert from an integer
static AccuracyType AccuracyType.fromString(String name)
          Lookup method to convert from a String
static AccuracyType AccuracyType.fromText(String[] parts)
          Determine how closely the string defines a verse.
static AccuracyType AccuracyType.fromText(String[] parts, AccuracyType verseAccuracy)
           
static AccuracyType AccuracyType.fromText(String[] parts, AccuracyType verseAccuracy, VerseRange basis)
          Does this string exactly define a Verse.
static AccuracyType AccuracyType.fromText(String[] parts, VerseRange basis)
           
 

Methods in org.crosswire.jsword.passage with parameters of type AccuracyType
static AccuracyType AccuracyType.fromText(String[] parts, AccuracyType verseAccuracy)
           
static AccuracyType AccuracyType.fromText(String[] parts, AccuracyType verseAccuracy, VerseRange basis)
          Does this string exactly define a Verse.
 


Copyright ? 2003-2004