com.compomics.util.experiment.quantification
Enum QuantificationMatch.MatchType
java.lang.Object
java.lang.Enum<QuantificationMatch.MatchType>
com.compomics.util.experiment.quantification.QuantificationMatch.MatchType
- All Implemented Interfaces:
- Serializable, Comparable<QuantificationMatch.MatchType>
- Enclosing class:
- QuantificationMatch
public static enum QuantificationMatch.MatchType
- extends Enum<QuantificationMatch.MatchType>
The type of match.
Protein
public static final QuantificationMatch.MatchType Protein
Peptide
public static final QuantificationMatch.MatchType Peptide
Spectrum
public static final QuantificationMatch.MatchType Spectrum
Ion
public static final QuantificationMatch.MatchType Ion
PTM
public static final QuantificationMatch.MatchType PTM
values
public static QuantificationMatch.MatchType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (QuantificationMatch.MatchType c : QuantificationMatch.MatchType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static QuantificationMatch.MatchType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2012. All Rights Reserved.