Uses of Interface
gov.nih.nci.mageom.domain.NameValueType

Packages that use NameValueType
gov.nih.nci.mageom.domain   
gov.nih.nci.mageom.domain.Array   
gov.nih.nci.mageom.domain.Array.impl   
gov.nih.nci.mageom.domain.BioAssayData   
gov.nih.nci.mageom.domain.BioAssayData.impl   
gov.nih.nci.mageom.domain.BioMaterial   
gov.nih.nci.mageom.domain.BioMaterial.impl   
gov.nih.nci.mageom.domain.impl   
 

Uses of NameValueType in gov.nih.nci.mageom.domain
 

Methods in gov.nih.nci.mageom.domain that return NameValueType
 NameValueType[] NameValueType.getPropertySets()
          Returns the value of this NameValueType object's propertySets attribute.
 NameValueType[] Extendable.getPropertySets()
          Returns the value of this Extendable object's propertySets attribute.
 

Methods in gov.nih.nci.mageom.domain with parameters of type NameValueType
 void NameValueType.setPropertySets(NameValueType[] p_propertySets)
          Sets the propertySets attribute.
 void Extendable.setPropertySets(NameValueType[] p_propertySets)
          Sets the propertySets attribute.
 

Uses of NameValueType in gov.nih.nci.mageom.domain.Array
 

Methods in gov.nih.nci.mageom.domain.Array that return NameValueType
 NameValueType[] ArrayManufacture.getQualityControlStatistics()
          Returns the value of this ArrayManufacture object's qualityControlStatistics attribute.
 

Methods in gov.nih.nci.mageom.domain.Array with parameters of type NameValueType
 void ArrayManufacture.setQualityControlStatistics(NameValueType[] p_qualityControlStatistics)
          Sets the qualityControlStatistics attribute.
 

Uses of NameValueType in gov.nih.nci.mageom.domain.Array.impl
 

Fields in gov.nih.nci.mageom.domain.Array.impl declared as NameValueType
protected  NameValueType[] ArrayManufactureImpl.qualityControlStatistics
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.Array.impl that return NameValueType
 NameValueType[] ArrayManufactureImpl.getQualityControlStatistics()
           
 

Methods in gov.nih.nci.mageom.domain.Array.impl with parameters of type NameValueType
 void ArrayManufactureImpl.setQualityControlStatistics(NameValueType[] p_qualityControlStatistics)
          Sets the qualityControlStatistics attribute.
 

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

Methods in gov.nih.nci.mageom.domain.BioAssayData that return NameValueType
 NameValueType[] BioAssayData.getSummaryStatistics()
          Returns the value of this BioAssayData object's summaryStatistics attribute.
 

Methods in gov.nih.nci.mageom.domain.BioAssayData with parameters of type NameValueType
 void BioAssayData.setSummaryStatistics(NameValueType[] p_summaryStatistics)
          Sets the summaryStatistics attribute.
 

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

Fields in gov.nih.nci.mageom.domain.BioAssayData.impl declared as NameValueType
protected  NameValueType[] BioAssayDataImpl.summaryStatistics
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.BioAssayData.impl that return NameValueType
 NameValueType[] BioAssayDataImpl.getSummaryStatistics()
           
 

Methods in gov.nih.nci.mageom.domain.BioAssayData.impl with parameters of type NameValueType
 void BioAssayDataImpl.setSummaryStatistics(NameValueType[] p_summaryStatistics)
          Sets the summaryStatistics attribute.
 

Uses of NameValueType in gov.nih.nci.mageom.domain.BioMaterial
 

Methods in gov.nih.nci.mageom.domain.BioMaterial that return NameValueType
 NameValueType[] BioMaterial.getQualityControlStatistics()
          Returns the value of this BioMaterial object's qualityControlStatistics attribute.
 

Methods in gov.nih.nci.mageom.domain.BioMaterial with parameters of type NameValueType
 void BioMaterial.setQualityControlStatistics(NameValueType[] p_qualityControlStatistics)
          Sets the qualityControlStatistics attribute.
 

Uses of NameValueType in gov.nih.nci.mageom.domain.BioMaterial.impl
 

Fields in gov.nih.nci.mageom.domain.BioMaterial.impl declared as NameValueType
protected  NameValueType[] BioMaterialImpl.qualityControlStatistics
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.BioMaterial.impl that return NameValueType
 NameValueType[] BioMaterialImpl.getQualityControlStatistics()
           
 

Methods in gov.nih.nci.mageom.domain.BioMaterial.impl with parameters of type NameValueType
 void BioMaterialImpl.setQualityControlStatistics(NameValueType[] p_qualityControlStatistics)
          Sets the qualityControlStatistics attribute.
 

Uses of NameValueType in gov.nih.nci.mageom.domain.impl
 

Classes in gov.nih.nci.mageom.domain.impl that implement NameValueType
 class NameValueTypeImpl
          A tuple designed to store data, keyed by a name and type.
 

Fields in gov.nih.nci.mageom.domain.impl declared as NameValueType
protected  NameValueType[] NameValueTypeImpl.propertySets
          DOCUMENT ME
protected  NameValueType[] ExtendableImpl.propertySets
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.impl that return NameValueType
 NameValueType[] NameValueTypeImpl.getPropertySets()
           
 NameValueType[] ExtendableImpl.getPropertySets()
           
 NameValueType[] NameValueTypeImpl.searchNameValueTypes(NameValueTypeSearchCriteria criteria)
          Returns an array of NameValueType objects that satisfy the given NameValueTypeSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.impl with parameters of type NameValueType
 void NameValueTypeImpl.setPropertySets(NameValueType[] p_propertySets)
          Sets the propertySets attribute.
 void ExtendableImpl.setPropertySets(NameValueType[] p_propertySets)
          Sets the propertySets attribute.