com.compomics.util.experiment.quantification
Class QuantificationMethod

java.lang.Object
  extended by com.compomics.util.experiment.personalization.ExperimentObject
      extended by com.compomics.util.experiment.quantification.QuantificationMethod
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
ReporterMethod

public class QuantificationMethod
extends ExperimentObject

This class will models a quantification method. User: Marc Date: Sep 1, 2010 Time: 3:10:48 PM

See Also:
Serialized Form

Field Summary
protected  int index
          the method index
static int ITRAQ_4PLEX
          Index for ITRAQ 4Plex
static int ITRAQ_8PLEX
          Index for ITRAQ 8Plex
protected  String name
          the method name
static int TMT2
          Index for TMT2
static int TMT6
          Index for TMT6
 
Constructor Summary
QuantificationMethod()
           
 
Method Summary
 int getMethodIndex()
          getter for the method index
 String getMethodName()
          This method returns the method name according to the set method index
 
Methods inherited from class com.compomics.util.experiment.personalization.ExperimentObject
addUrParam, getUrParam
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ITRAQ_4PLEX

public static final int ITRAQ_4PLEX
Index for ITRAQ 4Plex

See Also:
Constant Field Values

ITRAQ_8PLEX

public static final int ITRAQ_8PLEX
Index for ITRAQ 8Plex

See Also:
Constant Field Values

TMT6

public static final int TMT6
Index for TMT6

See Also:
Constant Field Values

TMT2

public static final int TMT2
Index for TMT2

See Also:
Constant Field Values

index

protected int index
the method index


name

protected String name
the method name

Constructor Detail

QuantificationMethod

public QuantificationMethod()
Method Detail

getMethodIndex

public int getMethodIndex()
getter for the method index

Returns:
the method index

getMethodName

public String getMethodName()
This method returns the method name according to the set method index

Returns:
method name


Copyright © 2011. All Rights Reserved.