gov.nih.nci.caarray.services.util.netcdf
Class NonNumericQuantitationTypesService

java.lang.Object
  extended by gov.nih.nci.caarray.services.util.netcdf.NonNumericQuantitationTypesService

public class NonNumericQuantitationTypesService
extends java.lang.Object

This class serves up resolution for non-numeric expression values such as affy calls

Author:
gustafsons

Constructor Summary
NonNumericQuantitationTypesService()
           
 
Method Summary
 java.util.HashMap getNonNumericMap()
           
static NonNumericQuantitationTypes getNonNumericQuantitationType(java.lang.Long quantId)
           
 void setNonNumericMap(java.util.HashMap nonNumericMapIn)
           
static java.lang.Object[] translateQuantitationTypes(java.lang.Object[] inputObjects, QuantitationType type)
           
static java.lang.Object translateQuantitationTypes(java.lang.Object inputObject, QuantitationType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonNumericQuantitationTypesService

public NonNumericQuantitationTypesService()
Method Detail

getNonNumericMap

public java.util.HashMap getNonNumericMap()
Returns:
Returns the nonNumericMap.

setNonNumericMap

public void setNonNumericMap(java.util.HashMap nonNumericMapIn)
Parameters:
nonNumericMap - The nonNumericMap to set.

getNonNumericQuantitationType

public static NonNumericQuantitationTypes getNonNumericQuantitationType(java.lang.Long quantId)
Parameters:
quantId -
Returns:
The value resolution for that type

translateQuantitationTypes

public static java.lang.Object[] translateQuantitationTypes(java.lang.Object[] inputObjects,
                                                            QuantitationType type)
Parameters:
inputObjects -
type -
Returns:
the translated values for the input object (value from the code)

translateQuantitationTypes

public static java.lang.Object translateQuantitationTypes(java.lang.Object inputObject,
                                                          QuantitationType type)
Parameters:
inputObject -
type -
Returns:
the translated value for the input object (value from the code)