Uses of Enum
com.compomics.util.experiment.mass_spectrometry.proteowizard.ProteoWizardMsFormat
Packages that use ProteoWizardMsFormat
Package
Description
Package containing the classes used to interact with ProteoWizard.
-
Uses of ProteoWizardMsFormat in com.compomics.util.experiment.mass_spectrometry.proteowizard
Methods in com.compomics.util.experiment.mass_spectrometry.proteowizard that return ProteoWizardMsFormatModifier and TypeMethodDescriptionstatic ProteoWizardMsFormat[]ProteoWizardMsFormat.getDataFormats(Boolean raw, Boolean outputFormat) Returns a list of formats.MsConvertParameters.getMsFormat()Returns the format to convert to.static ProteoWizardMsFormatReturns the enum constant of this type with the specified name.static ProteoWizardMsFormat[]ProteoWizardMsFormat.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.proteowizard with parameters of type ProteoWizardMsFormatModifier and TypeMethodDescriptionvoidMsConvertParameters.setMsFormat(ProteoWizardMsFormat msFormat) Sets the format to convert to.