Uses of Interface
gov.nih.nci.mageom.domain.BioAssayData.QuantitationTypeDimension

Packages that use QuantitationTypeDimension
gov.nih.nci.mageom.domain.BioAssayData   
gov.nih.nci.mageom.domain.BioAssayData.impl   
gov.nih.nci.mageom.domain.HigherLevelAnalysis   
gov.nih.nci.mageom.domain.HigherLevelAnalysis.impl   
 

Uses of QuantitationTypeDimension in gov.nih.nci.mageom.domain.BioAssayData
 

Methods in gov.nih.nci.mageom.domain.BioAssayData that return QuantitationTypeDimension
 QuantitationTypeDimension BioAssayData.getQuantitationTypeDimension()
          Returns the value of this BioAssayData object's quantitationTypeDimension attribute.
 

Methods in gov.nih.nci.mageom.domain.BioAssayData with parameters of type QuantitationTypeDimension
 void BioAssayData.setQuantitationTypeDimension(QuantitationTypeDimension p_quantitationTypeDimension)
          Sets the quantitationTypeDimension attribute.
 

Uses of QuantitationTypeDimension in gov.nih.nci.mageom.domain.BioAssayData.impl
 

Classes in gov.nih.nci.mageom.domain.BioAssayData.impl that implement QuantitationTypeDimension
 class QuantitationTypeDimensionImpl
          An ordered list of quantitationTypes.
 

Fields in gov.nih.nci.mageom.domain.BioAssayData.impl declared as QuantitationTypeDimension
protected  QuantitationTypeDimension BioAssayDataImpl.quantitationTypeDimension
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.BioAssayData.impl that return QuantitationTypeDimension
 QuantitationTypeDimension BioAssayDataImpl.getQuantitationTypeDimension()
           
 QuantitationTypeDimension[] QuantitationTypeDimensionImpl.searchQuantitationTypeDimensions(QuantitationTypeDimensionSearchCriteria criteria)
          Returns an array of QuantitationTypeDimension objects that satisfy the given QuantitationTypeDimensionSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.BioAssayData.impl with parameters of type QuantitationTypeDimension
 void BioAssayDataImpl.setQuantitationTypeDimension(QuantitationTypeDimension p_quantitationTypeDimension)
          Sets the quantitationTypeDimension attribute.
 

Uses of QuantitationTypeDimension in gov.nih.nci.mageom.domain.HigherLevelAnalysis
 

Methods in gov.nih.nci.mageom.domain.HigherLevelAnalysis that return QuantitationTypeDimension
 QuantitationTypeDimension NodeContents.getQuantitationDimension()
          Returns the value of this NodeContents object's quantitationDimension attribute.
 

Methods in gov.nih.nci.mageom.domain.HigherLevelAnalysis with parameters of type QuantitationTypeDimension
 void NodeContents.setQuantitationDimension(QuantitationTypeDimension p_quantitationDimension)
          Sets the quantitationDimension attribute.
 

Uses of QuantitationTypeDimension in gov.nih.nci.mageom.domain.HigherLevelAnalysis.impl
 

Fields in gov.nih.nci.mageom.domain.HigherLevelAnalysis.impl declared as QuantitationTypeDimension
protected  QuantitationTypeDimension NodeContentsImpl.quantitationDimension
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.HigherLevelAnalysis.impl that return QuantitationTypeDimension
 QuantitationTypeDimension NodeContentsImpl.getQuantitationDimension()
           
 

Methods in gov.nih.nci.mageom.domain.HigherLevelAnalysis.impl with parameters of type QuantitationTypeDimension
 void NodeContentsImpl.setQuantitationDimension(QuantitationTypeDimension p_quantitationDimension)
          Sets the quantitationDimension attribute.