Uses of Class
gov.nih.nci.caarray.services.bioassaydata.descriptor.QuantitationTypeDescriptor

Packages that use QuantitationTypeDescriptor
gov.nih.nci.caarray.services.bioassaydata.descriptor   
gov.nih.nci.caarray.services.bioassaydata.reader   
 

Uses of QuantitationTypeDescriptor in gov.nih.nci.caarray.services.bioassaydata.descriptor
 

Methods in gov.nih.nci.caarray.services.bioassaydata.descriptor that return QuantitationTypeDescriptor
static QuantitationTypeDescriptor QuantitationTypeDescriptor.get(SourceType sourceType, java.lang.String quantitationTypeName)
           
static QuantitationTypeDescriptor QuantitationTypeDescriptor.get(java.lang.String identifier)
           
static QuantitationTypeDescriptor QuantitationTypeDescriptor.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static QuantitationTypeDescriptor[] QuantitationTypeDescriptor.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of QuantitationTypeDescriptor in gov.nih.nci.caarray.services.bioassaydata.reader
 

Fields in gov.nih.nci.caarray.services.bioassaydata.reader with type parameters of type QuantitationTypeDescriptor
protected static java.util.HashMap<java.lang.String,QuantitationTypeDescriptor> UCSFSpotGprReader.map
          Represents a map of
protected static java.util.HashMap<java.lang.String,QuantitationTypeDescriptor> ImageneTxtReader.map
          Represents a map of
protected static java.util.HashMap<java.lang.String,QuantitationTypeDescriptor> AgilentTxtReader.map
          Represents a map of
 

Methods in gov.nih.nci.caarray.services.bioassaydata.reader that return QuantitationTypeDescriptor
 QuantitationTypeDescriptor[] AbstractDataFileReader.getQuantitationTypeDescriptors()
           
 

Methods in gov.nih.nci.caarray.services.bioassaydata.reader with parameters of type QuantitationTypeDescriptor
abstract  java.lang.Object AbstractDataFileReader.getValue(QuantitationTypeDescriptor descriptor)