|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Ion.IonType>
com.compomics.util.experiment.biology.Ion.IonType
public static enum Ion.IonType
An enumerator of the supported ion types.
Enum Constant Summary | |
---|---|
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. |
|
UNKNOWN
This int is the identifier for an unknown ion. |
Method Summary | |
---|---|
static Ion.IonType |
valueOf(java.lang.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. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Ion.IonType PEPTIDE_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
Method Detail |
---|
public static Ion.IonType[] values()
for (Ion.IonType c : Ion.IonType.values()) System.out.println(c);
public static Ion.IonType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |