gov.nih.nci.caarray.services.fileparse2.parsers
Class QuantitationTypeColumnsMap

java.lang.Object
  extended by gov.nih.nci.caarray.services.fileparse2.parsers.QuantitationTypeColumnsMap

public class QuantitationTypeColumnsMap
extends java.lang.Object

Author:
TranP

Constructor Summary
QuantitationTypeColumnsMap()
           
 
Method Summary
 java.util.LinkedHashMap getQuantitationTypeColumn2SimpleQuantitationTypeMappings()
           
 java.lang.String[] getQuantitationTypeColumnNames()
          Gets the names of the quantitation type columns from the quantitationTypeColumn2SimpleQuantitationTypeMappings.
 SimpleQuantitationType[] getSimpleQuantitationTypes()
           
 void setQuantitationTypeColumn2SimpleQuantitationTypeMappings(java.util.LinkedHashMap quantitationTypeColumn2SimpleQuantitationTypeMappings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuantitationTypeColumnsMap

public QuantitationTypeColumnsMap()
Method Detail

getQuantitationTypeColumn2SimpleQuantitationTypeMappings

public java.util.LinkedHashMap getQuantitationTypeColumn2SimpleQuantitationTypeMappings()
Returns:
Returns the quantitationTypeColumn2SimpleQuantitationTypeMappings.

setQuantitationTypeColumn2SimpleQuantitationTypeMappings

public void setQuantitationTypeColumn2SimpleQuantitationTypeMappings(java.util.LinkedHashMap quantitationTypeColumn2SimpleQuantitationTypeMappings)
Parameters:
quantitationTypeColumn2SimpleQuantitationTypeMappings - The quantitationTypeColumn2ClassMappings to set.

getQuantitationTypeColumnNames

public java.lang.String[] getQuantitationTypeColumnNames()
Gets the names of the quantitation type columns from the quantitationTypeColumn2SimpleQuantitationTypeMappings. The names are the same as MAGE QuantitationType.name.

Returns:

getSimpleQuantitationTypes

public SimpleQuantitationType[] getSimpleQuantitationTypes()