Uses of Class
org.crosswire.jsword.book.sword.BlockType

Packages that use BlockType
org.crosswire.jsword.book.sword An implementation of the Book interfaces that reads from SWORD project books (modules). 
 

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

Fields in org.crosswire.jsword.book.sword declared as BlockType
private  BlockType ZVerseBackend.blockType
          Whether the book is blocked by Book, Chapter or Verse.
 

Methods in org.crosswire.jsword.book.sword that return BlockType
static BlockType BlockType.fromString(String name)
          Lookup method to convert from a String
static BlockType BlockType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BlockType[] BlockType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.crosswire.jsword.book.sword with parameters of type BlockType
ZVerseBackend(SwordBookMetaData sbmd, BlockType blockType)
          Simple ctor
 


Copyright ? 2003-2011