Uses of Class
org.crosswire.jsword.book.KeyType

Packages that use KeyType
org.crosswire.jsword.book The Book package provides an interface to a real store of data. 
org.crosswire.jsword.book.basic The Basic package contains default and abstract implementations of the main Book classes. 
org.crosswire.jsword.book.sword An implementation of the Book interfaces that reads from SWORD project books (modules). 
 

Uses of KeyType in org.crosswire.jsword.book
 

Methods in org.crosswire.jsword.book that return KeyType
static KeyType KeyType.fromString(String name)
          Lookup method to convert from a String
 KeyType BookMetaData.getKeyType()
          How this Book organizes it's keys.
static KeyType KeyType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static KeyType[] KeyType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of KeyType in org.crosswire.jsword.book.basic
 

Methods in org.crosswire.jsword.book.basic that return KeyType
 KeyType AbstractBookMetaData.getKeyType()
           
 

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

Fields in org.crosswire.jsword.book.sword declared as KeyType
private  KeyType BookType.keyType
          What category is this book
 

Methods in org.crosswire.jsword.book.sword that return KeyType
 KeyType SwordBookMetaData.getKeyType()
           
 KeyType BookType.getKeyType()
          Get the way this type of Book organizes it's keys.
 

Constructors in org.crosswire.jsword.book.sword with parameters of type KeyType
BookType(String name, BookCategory category, KeyType type)
          Simple ctor
 


Copyright ยจ 2003-2015