Uses of Enum
com.compomics.util.parameters.searchgui.OutputParameters
Packages that use OutputParameters
Package
Description
Utilities parameters.
SearchGUI parameters.
-
Uses of OutputParameters in com.compomics.util.parameters
Methods in com.compomics.util.parameters that return OutputParametersModifier and TypeMethodDescriptionUtilitiesUserParameters.getSearchGuiOutputParameters()Returns the selected SearchGUI output option.Methods in com.compomics.util.parameters with parameters of type OutputParametersModifier and TypeMethodDescriptionvoidUtilitiesUserParameters.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 OutputParametersModifier and TypeMethodDescriptionstatic OutputParametersOutputParameters.getOutputParameters(int id) Returns the output option of the given index.static OutputParametersReturns 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.