Uses of Class
com.compomics.util.parameters.searchgui.OutputParameters
Package | Description |
---|---|
com.compomics.util.parameters |
Utilities parameters.
|
com.compomics.util.parameters.searchgui |
SearchGUI parameters.
|
-
Uses of OutputParameters in com.compomics.util.parameters
Methods in com.compomics.util.parameters that return OutputParameters Modifier and Type Method Description OutputParameters
UtilitiesUserParameters. getSearchGuiOutputParameters()
Returns the selected SearchGUI output option.Methods in com.compomics.util.parameters with parameters of type OutputParameters Modifier and Type Method Description void
UtilitiesUserParameters. setSearchGuiOutputParameters(OutputParameters outputOption)
Sets how SearchGUI output files should be organized. -
Uses of OutputParameters in com.compomics.util.parameters.searchgui
Methods in com.compomics.util.parameters.searchgui that return OutputParameters Modifier and Type Method Description static OutputParameters
OutputParameters. getOutputParameters(int id)
Returns the output option of the given index.static OutputParameters
OutputParameters. valueOf(String name)
Returns the enum constant of this type with the specified name.static OutputParameters[]
OutputParameters. values()
Returns an array containing the constants of this enum type, in the order they are declared.