Uses of Enum
com.compomics.util.parameters.identification.tool_specific.CometParameters.CometOutputFormat
Packages that use CometParameters.CometOutputFormat
Package
Description
Parameters settings for the search algorithms.
-
Uses of CometParameters.CometOutputFormat in com.compomics.util.parameters.identification.tool_specific
Methods in com.compomics.util.parameters.identification.tool_specific that return CometParameters.CometOutputFormatModifier and TypeMethodDescriptionCometParameters.getSelectedOutputFormat()Returns the selected output format.Returns the enum constant of this type with the specified name.static CometParameters.CometOutputFormat[]CometParameters.CometOutputFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.compomics.util.parameters.identification.tool_specific with parameters of type CometParameters.CometOutputFormatModifier and TypeMethodDescriptionvoidCometParameters.setSelectedOutputFormat(CometParameters.CometOutputFormat selectedOutputFormat) Sets the output format.