gov.nih.nci.caarray.services.fileparse2.parsers
Class QuantitationTypeColumnsMap
java.lang.Object
gov.nih.nci.caarray.services.fileparse2.parsers.QuantitationTypeColumnsMap
public class QuantitationTypeColumnsMap
- extends java.lang.Object
- Author:
- TranP
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuantitationTypeColumnsMap
public QuantitationTypeColumnsMap()
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()