public static enum SpectrumAnnotator.TiesResolution extends Enum<SpectrumAnnotator.TiesResolution>
Enum Constant and Description |
---|
mostAccurateMz
The peak of most accurate m/z is retained.
|
mostIntense
The most intense peak is retained.
|
Modifier and Type | Field and Description |
---|---|
String |
description
The description.
|
Modifier and Type | Method and Description |
---|---|
static SpectrumAnnotator.TiesResolution |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpectrumAnnotator.TiesResolution[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpectrumAnnotator.TiesResolution mostIntense
public static final SpectrumAnnotator.TiesResolution mostAccurateMz
public final String description
public static SpectrumAnnotator.TiesResolution[] values()
for (SpectrumAnnotator.TiesResolution c : SpectrumAnnotator.TiesResolution.values()) System.out.println(c);
public static SpectrumAnnotator.TiesResolution 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 © 2018. All rights reserved.