gov.nih.nci.caarray.services.fileparse2.hybridization
Class QuantitationTypeFinder

java.lang.Object
  extended by gov.nih.nci.caarray.services.fileparse2.hybridization.QuantitationTypeFinder

public final class QuantitationTypeFinder
extends java.lang.Object

Service quantitation types

Author:
tranp

Constructor Summary
QuantitationTypeFinder()
           
 
Method Summary
 QuantitationTypeColumnsMap getQuantitationTypeColumnsMap(java.lang.String fileTypeId)
           
 SimpleQuantitationType[] getSimpleQuatitationTypes(java.lang.String fileTypeId)
          Gets the quatitations based on a type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuantitationTypeFinder

public QuantitationTypeFinder()
Method Detail

getSimpleQuatitationTypes

public SimpleQuantitationType[] getSimpleQuatitationTypes(java.lang.String fileTypeId)
Gets the quatitations based on a type

Parameters:
type -
Returns:
Array of quantitations

getQuantitationTypeColumnsMap

public QuantitationTypeColumnsMap getQuantitationTypeColumnsMap(java.lang.String fileTypeId)