public enum MsFormat extends Enum<MsFormat>
Enum Constant and Description |
---|
cms1
cms2 format.
|
cms2
cms2 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.
|
text
ProteoWizard internal text format.
|
Modifier and Type | Field and Description |
---|---|
String |
commandLineOption
The command line option name.
|
String |
description
A brief description of the format.
|
int |
index
The index of the format.
|
String |
name
The name of the format.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static MsFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MsFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MsFormat mgf
public static final MsFormat mzML
public static final MsFormat mz5
public static final MsFormat mzXML
public static final MsFormat text
public static final MsFormat ms1
public static final MsFormat cms1
public static final MsFormat ms2
public static final MsFormat cms2
public final int index
public final String commandLineOption
public final String name
public final String description
public static MsFormat[] values()
for (MsFormat c : MsFormat.values()) System.out.println(c);
public static MsFormat 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 nullCopyright © 2015. All rights reserved.