Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.utilities.optionhandling.FileListParameter.FilesType

Packages that use FileListParameter.FilesType
de.lmu.ifi.dbs.elki.utilities.optionhandling Package collects classes required for handling and description of options for any parameterizable class. 
 

Uses of FileListParameter.FilesType in de.lmu.ifi.dbs.elki.utilities.optionhandling
 

Fields in de.lmu.ifi.dbs.elki.utilities.optionhandling declared as FileListParameter.FilesType
private  FileListParameter.FilesType FileListParameter.filesType
          Specifies the type of the files, i.e. if the files are input or output files.
 

Methods in de.lmu.ifi.dbs.elki.utilities.optionhandling that return FileListParameter.FilesType
static FileListParameter.FilesType FileListParameter.FilesType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FileListParameter.FilesType[] FileListParameter.FilesType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in de.lmu.ifi.dbs.elki.utilities.optionhandling with parameters of type FileListParameter.FilesType
FileListParameter(String name, String description, FileListParameter.FilesType filesType)
          Deprecated.  
 


Release 0.1 (2008-07-10_1838)