public static enum SimplePeptideAnnotator.IonSeries extends Enum<SimplePeptideAnnotator.IonSeries>
Modifier and Type | Field and Description |
---|---|
int |
complementarySeries
The complementary ion index as listed in the PeptideFragmentIon
class.
|
int |
forwardSeries
The forward ion index as listed in the PeptideFragmentIon class.
|
Modifier and Type | Method and Description |
---|---|
static SimplePeptideAnnotator.IonSeries |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimplePeptideAnnotator.IonSeries[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimplePeptideAnnotator.IonSeries ax
public static final SimplePeptideAnnotator.IonSeries by
public static final SimplePeptideAnnotator.IonSeries cz
public final int forwardSeries
public final int complementarySeries
public static SimplePeptideAnnotator.IonSeries[] values()
for (SimplePeptideAnnotator.IonSeries c : SimplePeptideAnnotator.IonSeries.values()) System.out.println(c);
public static SimplePeptideAnnotator.IonSeries 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.