|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileParameter.FileType | |
---|---|
de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters | Classes for various typed parameters. |
Uses of FileParameter.FileType in de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters |
---|
Fields in de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters declared as FileParameter.FileType | |
---|---|
private FileParameter.FileType |
FileParameter.fileType
The file type of this file parameter. |
Methods in de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters that return FileParameter.FileType | |
---|---|
static FileParameter.FileType |
FileParameter.FileType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FileParameter.FileType[] |
FileParameter.FileType.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.parameters with parameters of type FileParameter.FileType | |
---|---|
FileParameter(OptionID optionID,
FileParameter.FileType fileType)
Constructs a file parameter with the given optionID, and file type. |
|
FileParameter(OptionID optionID,
FileParameter.FileType fileType,
boolean optional)
Constructs a file parameter with the given optionID, file type, and optional flag. |
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |