Uses of Enum
com.compomics.util.experiment.mass_spectrometry.thermo_raw_file_parser.ThermoRawFileParserOutputFormat
Packages that use ThermoRawFileParserOutputFormat
Package
Description
Package containing the classes used to interact with ThermoRawFileParser.
-
Uses of ThermoRawFileParserOutputFormat in com.compomics.util.experiment.mass_spectrometry.thermo_raw_file_parser
Methods in com.compomics.util.experiment.mass_spectrometry.thermo_raw_file_parser that return ThermoRawFileParserOutputFormatModifier and TypeMethodDescriptionThermoRawFileParserParameters.getOutputFormat()Returns the format to convert to.Returns the enum constant of this type with the specified name.static ThermoRawFileParserOutputFormat[]ThermoRawFileParserOutputFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.compomics.util.experiment.mass_spectrometry.thermo_raw_file_parser with parameters of type ThermoRawFileParserOutputFormatModifier and TypeMethodDescriptionvoidThermoRawFileParserParameters.setMsFormat(ThermoRawFileParserOutputFormat outputFormat) Sets the format to convert to.