public enum ProteoWizardMsFormat extends Enum<ProteoWizardMsFormat>
Enum Constant and Description |
---|
baf
Bruker FID format.
|
bms2
Binary bms2 format.
|
cms1
cms1 format.
|
cms2
cms2 format.
|
d
Agilent/Bruker d format.
|
fid
Bruker FID format.
|
mgf
Mascot generic format.
|
ms1
ms1 format.
|
ms2
ms2 format.
|
mz5
Implementation of the PSI mzML ontology that is based on HDF5.
|
mzML
mzML generic PSI format.
|
mzXML
mzXML format.
|
raw
Thermo/Waters raw format.
|
wiff
Applied Biosystems wiff format.
|
yep
Bruker FID format.
|
Modifier and Type | Field and Description |
---|---|
String |
commandLineOption
The command line option name.
|
String |
description
A brief description of the format.
|
String |
fileNameEnding
The file name ending of the format.
|
int |
index
The index of the format.
|
String |
name
The name of the format.
|
boolean |
outputFormat
Boolean indicating if this in a format that can be used as output.
|
boolean |
rawFormat
Boolean indicating if this in a format for raw data, false means that it
is a peak list format.
|
Modifier and Type | Method and Description |
---|---|
static ProteoWizardMsFormat[] |
getDataFormats(Boolean raw,
Boolean outputFormat)
Returns a list of formats.
|
String |
toString() |
static ProteoWizardMsFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProteoWizardMsFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProteoWizardMsFormat mgf
public static final ProteoWizardMsFormat ms1
public static final ProteoWizardMsFormat ms2
public static final ProteoWizardMsFormat cms1
public static final ProteoWizardMsFormat cms2
public static final ProteoWizardMsFormat bms2
public static final ProteoWizardMsFormat mzML
public static final ProteoWizardMsFormat mzXML
public static final ProteoWizardMsFormat mz5
public static final ProteoWizardMsFormat raw
public static final ProteoWizardMsFormat d
public static final ProteoWizardMsFormat fid
public static final ProteoWizardMsFormat yep
public static final ProteoWizardMsFormat baf
public static final ProteoWizardMsFormat wiff
public final int index
public final String commandLineOption
public final String name
public final String description
public final boolean rawFormat
public final String fileNameEnding
public final boolean outputFormat
public static ProteoWizardMsFormat[] values()
for (ProteoWizardMsFormat c : ProteoWizardMsFormat.values()) System.out.println(c);
public static ProteoWizardMsFormat valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<ProteoWizardMsFormat>
public static ProteoWizardMsFormat[] getDataFormats(Boolean raw, Boolean outputFormat)
raw
- get raw formats, null returns bothoutputFormat
- get output formats, null return bothCopyright © 2021. All rights reserved.