|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PeptideFragmentIon.PeptideFragmentIonType>
com.compomics.util.experiment.biology.ions.PeptideFragmentIon.PeptideFragmentIonType
public static enum PeptideFragmentIon.PeptideFragmentIonType
An enumerator of the supported fragment ion types.
Enum Constant Summary | |
---|---|
A_ION
This int is the identifier for an a ion. |
|
B_ION
This int is the identifier for a b ion. |
|
C_ION
This int is the identifier for a c ion. |
|
IMMONIUM
This int is the identifier for an immonium ion. |
|
PRECURSOR_ION
This int is the identifier for an MH ion. |
|
UNKNOWN
This int is the identifier for an unknown ion. |
|
X_ION
This int is the identifier for a x ion. |
|
Y_ION
This int is the identifier for a y ion. |
|
Z_ION
This int is the identifier for a z ion. |
Method Summary | |
---|---|
static PeptideFragmentIon.PeptideFragmentIonType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PeptideFragmentIon.PeptideFragmentIonType[] |
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 PeptideFragmentIon.PeptideFragmentIonType A_ION
public static final PeptideFragmentIon.PeptideFragmentIonType B_ION
public static final PeptideFragmentIon.PeptideFragmentIonType C_ION
public static final PeptideFragmentIon.PeptideFragmentIonType X_ION
public static final PeptideFragmentIon.PeptideFragmentIonType Y_ION
public static final PeptideFragmentIon.PeptideFragmentIonType Z_ION
public static final PeptideFragmentIon.PeptideFragmentIonType PRECURSOR_ION
public static final PeptideFragmentIon.PeptideFragmentIonType IMMONIUM
public static final PeptideFragmentIon.PeptideFragmentIonType UNKNOWN
Method Detail |
---|
public static PeptideFragmentIon.PeptideFragmentIonType[] values()
for (PeptideFragmentIon.PeptideFragmentIonType c : PeptideFragmentIon.PeptideFragmentIonType.values()) System.out.println(c);
public static PeptideFragmentIon.PeptideFragmentIonType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |