Uses of Class
com.compomics.util.parameters.identification.tool_specific.CometParameters.CometOutputFormat
Package | Description |
---|---|
com.compomics.util.parameters.identification.tool_specific |
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.CometOutputFormat Modifier and Type Method Description CometParameters.CometOutputFormat
CometParameters. getSelectedOutputFormat()
Returns the selected output format.static CometParameters.CometOutputFormat
CometParameters.CometOutputFormat. valueOf(String name)
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.CometOutputFormat Modifier and Type Method Description void
CometParameters. setSelectedOutputFormat(CometParameters.CometOutputFormat selectedOutputFormat)
Sets the output format.