|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SpectrumPrecursor.FragmentationType>
org.proteios.io.SpectrumPrecursor.FragmentationType
public static enum SpectrumPrecursor.FragmentationType
Precursor fragmentation type enum.
| Enum Constant Summary | |
|---|---|
CID
Collision-Induced Dissociation. |
|
ECD
Electron Capture Dissociation. |
|
ETD
Electron Transfer Dissociation. |
|
HCD
High-energy Collision-induced Dissociation. |
|
PQD
Pulsed-Q Dissociation. |
|
PSD
Post-Source Decay. |
|
UNKNOWN
Unknown fragmentation type. |
|
| Method Summary | |
|---|---|
static SpectrumPrecursor.FragmentationType |
fromAbbreviation(String abbreviation)
Get the SpectrumPrecursor.FragmentationType object
when you know the abbreviation string. |
static SpectrumPrecursor.FragmentationType |
fromDisplayValue(String displayValue)
Get the SpectrumPrecursor.FragmentationType object
when you know the displayValue string. |
static SpectrumPrecursor.FragmentationType |
fromMsOntologyAccessionNumber(String msOntologyAccessionNumber)
Get the SpectrumPrecursor.FragmentationType object
when you know the msOntologyAccessionNumber string. |
static SpectrumPrecursor.FragmentationType |
fromValue(int value)
Get the SpectrumPrecursor.FragmentationType object when you know the integer
value. |
String |
getAbbreviation()
Get the abbreviation for a SpectrumPrecursor.FragmentationType. |
String |
getDisplayValue()
Get the displayValue for a SpectrumPrecursor.FragmentationType. |
String |
getMsOntologyAccessionNumber()
Get the msOntologyAccessionNumber for a SpectrumPrecursor.FragmentationType. |
int |
getValue()
Get the integer value for a SpectrumPrecursor.FragmentationType. |
String |
toString()
|
static SpectrumPrecursor.FragmentationType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SpectrumPrecursor.FragmentationType[] |
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, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final SpectrumPrecursor.FragmentationType UNKNOWN
public static final SpectrumPrecursor.FragmentationType CID
public static final SpectrumPrecursor.FragmentationType ETD
public static final SpectrumPrecursor.FragmentationType HCD
public static final SpectrumPrecursor.FragmentationType ECD
public static final SpectrumPrecursor.FragmentationType PQD
public static final SpectrumPrecursor.FragmentationType PSD
| Method Detail |
|---|
public static SpectrumPrecursor.FragmentationType[] values()
for (SpectrumPrecursor.FragmentationType c : SpectrumPrecursor.FragmentationType.values()) System.out.println(c);
public static SpectrumPrecursor.FragmentationType 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 nullpublic static SpectrumPrecursor.FragmentationType fromValue(int value)
SpectrumPrecursor.FragmentationType object when you know the integer
value.
value - int The integer value of the fragmentation type.
public static SpectrumPrecursor.FragmentationType fromAbbreviation(String abbreviation)
SpectrumPrecursor.FragmentationType object
when you know the abbreviation string.
abbreviation - String The abbreviation string of the fragmentation type.
public static SpectrumPrecursor.FragmentationType fromDisplayValue(String displayValue)
SpectrumPrecursor.FragmentationType object
when you know the displayValue string.
displayValue - String The displayValue string of the fragmentation type.
public static SpectrumPrecursor.FragmentationType fromMsOntologyAccessionNumber(String msOntologyAccessionNumber)
SpectrumPrecursor.FragmentationType object
when you know the msOntologyAccessionNumber string.
msOntologyAccessionNumber - String The msOntologyAccessionNumber string of the fragmentation type.
public String toString()
toString in class Enum<SpectrumPrecursor.FragmentationType>public int getValue()
SpectrumPrecursor.FragmentationType.
public String getAbbreviation()
SpectrumPrecursor.FragmentationType.
public String getDisplayValue()
SpectrumPrecursor.FragmentationType.
public String getMsOntologyAccessionNumber()
SpectrumPrecursor.FragmentationType.
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||