Uses of Class
com.compomics.util.experiment.mass_spectrometry.thermo_raw_file_parser.ThermoRawFileParserOutputFormat
Package | Description |
---|---|
com.compomics.util.experiment.mass_spectrometry.thermo_raw_file_parser |
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 ThermoRawFileParserOutputFormat Modifier and Type Method Description ThermoRawFileParserOutputFormat
ThermoRawFileParserParameters. getOutputFormat()
Returns the format to convert to.static ThermoRawFileParserOutputFormat
ThermoRawFileParserOutputFormat. valueOf(String name)
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 ThermoRawFileParserOutputFormat Modifier and Type Method Description void
ThermoRawFileParserParameters. setMsFormat(ThermoRawFileParserOutputFormat outputFormat)
Sets the format to convert to.