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

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

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

Fields in org.crosswire.jsword.book.sword declared as ConfigEntryType
private static ConfigEntryType[] ConfigEntryTable.BASIC_INFO
          These are the elements that JSword requires.
private static ConfigEntryType[] ConfigEntryTable.COPYRIGHT_INFO
           
private static ConfigEntryType[] ConfigEntryTable.FEATURE_INFO
           
private static ConfigEntryType[] ConfigEntryTable.HIDDEN
           
private static ConfigEntryType[] ConfigEntryTable.LANG_INFO
           
private static ConfigEntryType[] ConfigEntryTable.SYSTEM_INFO
           
private  ConfigEntryType ConfigEntry.type
           
 

Fields in org.crosswire.jsword.book.sword with type parameters of type ConfigEntryType
private  Map<ConfigEntryType,ConfigEntry> ConfigEntryTable.table
          A map of lists of known config entries.
 

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

Methods in org.crosswire.jsword.book.sword that return types with arguments of type ConfigEntryType
 Set<ConfigEntryType> ConfigEntryTable.getKeys()
          Returns an Enumeration of all the known keys found in the config file.
 

Methods in org.crosswire.jsword.book.sword with parameters of type ConfigEntryType
 void ConfigEntryTable.add(ConfigEntryType type, String aValue)
          A helper to create/replace a value for a given type.
 Object SwordBookMetaData.getProperty(ConfigEntryType entry)
          Get the string value for the property or null if it is not defined.
 Object ConfigEntryTable.getValue(ConfigEntryType type)
          Gets a particular ConfigEntry's value by its type
 boolean ConfigEntryTable.match(ConfigEntryType type, String search)
          Determine whether this ConfigEntryTable has the ConfigEntry and it matches the value.
private  void ConfigEntryTable.toConf(StringBuilder buf, ConfigEntryType[] category)
           
private  void ConfigEntryTable.toOSIS(OSISUtil.OSISFactory factory, org.jdom2.Element ele, String aTitle, ConfigEntryType[] category)
          Build an ordered map so that it displays in a consistent order.
 

Constructors in org.crosswire.jsword.book.sword with parameters of type ConfigEntryType
ConfigEntry(String bookName, ConfigEntryType aType, String aValue)
          Create a ConfigEntry directly with an initial value.
 


Copyright ? 2003-2011