public enum ThermoRawFileParserOutputFormat extends Enum<ThermoRawFileParserOutputFormat>
Enum Constant and Description |
---|
mgf
Mascot generic format.
|
mzML
mzML generic PSI format.
|
mzMLIndexed
Indexed mzML generic PSI format.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static ThermoRawFileParserOutputFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThermoRawFileParserOutputFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThermoRawFileParserOutputFormat mgf
public static final ThermoRawFileParserOutputFormat mzML
public static final ThermoRawFileParserOutputFormat mzMLIndexed
public final int index
public final String name
public final String description
public final String fileNameEnding
public static ThermoRawFileParserOutputFormat[] values()
for (ThermoRawFileParserOutputFormat c : ThermoRawFileParserOutputFormat.values()) System.out.println(c);
public static ThermoRawFileParserOutputFormat 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<ThermoRawFileParserOutputFormat>
Copyright © 2019. All rights reserved.