Uses of Class
org.crosswire.common.options.DataType

Packages that use DataType
org.crosswire.common.options Classes to represent command line options. 
 

Uses of DataType in org.crosswire.common.options
 

Fields in org.crosswire.common.options declared as DataType
private  DataType Option.dataType
           
 

Methods in org.crosswire.common.options that return DataType
static DataType DataType.fromString(String name)
          Find a DataType by name
 DataType Option.getDataType()
           
static DataType DataType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DataType[] DataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.crosswire.common.options with parameters of type DataType
Option(String description, ArgumentType argumentType, DataType dataType, char shortName)
          Create an Option with a short name, having no default value.
Option(String description, ArgumentType argumentType, DataType dataType, char shortName, String longName)
          Create an Option with both short and long names, having no default value.
Option(String description, ArgumentType argumentType, DataType dataType, char shortName, String longName, String defaultValue)
          Create an Option with both short and long names of a given DataType having a default value.
Option(String description, ArgumentType argumentType, DataType dataType, String longName)
          Create an Option with a long name, having no default value.
 


Copyright ยจ 2003-2015