com.compomics.util.experiment.quantification
Enum QuantificationMatch.MatchType

java.lang.Object
  extended by java.lang.Enum<QuantificationMatch.MatchType>
      extended by com.compomics.util.experiment.quantification.QuantificationMatch.MatchType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<QuantificationMatch.MatchType>
Enclosing class:
QuantificationMatch

public static enum QuantificationMatch.MatchType
extends java.lang.Enum<QuantificationMatch.MatchType>

The type of match.


Enum Constant Summary
Ion
           
Peptide
           
Protein
           
PTM
           
Spectrum
           
 
Method Summary
static QuantificationMatch.MatchType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static QuantificationMatch.MatchType[] 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

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
Method Detail

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(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null


Copyright © 2013. All Rights Reserved.