public static enum Ion.IonType extends Enum<Ion.IonType>
Enum Constant and Description |
---|
ELEMENTARY_ION
Identifier for an elementary ion.
|
GLYCON
Identifier for a glycon.
|
IMMONIUM_ION
Identifier for an immonium ion.
|
PEPTIDE_FRAGMENT_ION
Identifier for a peptide fragment ion.
|
PRECURSOR_ION
Identifier for an MH ion.
|
REPORTER_ION
Identifier for a reporter ion.
|
TAG_FRAGMENT_ION
A tag fragment ion
|
UNKNOWN
Identifier for an unknown ion.
|
Modifier and Type | Method and Description |
---|---|
static Ion.IonType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ion.IonType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Ion.IonType PEPTIDE_FRAGMENT_ION
public static final Ion.IonType TAG_FRAGMENT_ION
public static final Ion.IonType PRECURSOR_ION
public static final Ion.IonType IMMONIUM_ION
public static final Ion.IonType REPORTER_ION
public static final Ion.IonType GLYCON
public static final Ion.IonType ELEMENTARY_ION
public static final Ion.IonType UNKNOWN
public static Ion.IonType[] values()
for (Ion.IonType c : Ion.IonType.values()) System.out.println(c);
public static Ion.IonType 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 © 2014. All rights reserved.