Uses of Class
org.biomage.Common.NameValueType

Packages that use NameValueType
gov.nih.nci.caarray.services.util.mage   
org.biomage.Array   
org.biomage.BioAssayData   
org.biomage.BioMaterial   
org.biomage.Common   
org.biomage.Interface   
 

Uses of NameValueType in gov.nih.nci.caarray.services.util.mage
 

Methods in gov.nih.nci.caarray.services.util.mage that return NameValueType
 NameValueType[] MAGEManagerDB.getNameValueTypes(long extendableId)
           
 

Uses of NameValueType in org.biomage.Array
 

Methods in org.biomage.Array that return NameValueType
 NameValueType ArrayManufacture.getFromQualityControlStatistics(int position)
          Method to get NameValueType from QualityControlStatistics_list
 

Methods in org.biomage.Array with parameters of type NameValueType
 void ArrayManufacture.addToQualityControlStatistics(int position, NameValueType nameValueType)
          Method to add NameValueType at position to QualityControlStatistics_list
 void ArrayManufacture.addToQualityControlStatistics(NameValueType nameValueType)
          Method to add NameValueType to QualityControlStatistics_list
 void ArrayManufacture.removeFromQualityControlStatistics(NameValueType nameValueType)
          Method to remove first NameValueType from QualityControlStatistics_list
 

Uses of NameValueType in org.biomage.BioAssayData
 

Methods in org.biomage.BioAssayData that return NameValueType
 NameValueType BioAssayData.getFromSummaryStatistics(int position)
          Method to get NameValueType from SummaryStatistics_list
 

Methods in org.biomage.BioAssayData with parameters of type NameValueType
 void BioAssayData.addToSummaryStatistics(int position, NameValueType nameValueType)
          Method to add NameValueType at position to SummaryStatistics_list
 void BioAssayData.addToSummaryStatistics(NameValueType nameValueType)
          Method to add NameValueType to SummaryStatistics_list
 void BioAssayData.removeFromSummaryStatistics(NameValueType nameValueType)
          Method to remove first NameValueType from SummaryStatistics_list
 

Uses of NameValueType in org.biomage.BioMaterial
 

Methods in org.biomage.BioMaterial that return NameValueType
 NameValueType BioMaterial.getFromQualityControlStatistics(int position)
          Method to get NameValueType from QualityControlStatistics_list
 

Methods in org.biomage.BioMaterial with parameters of type NameValueType
 void BioMaterial.addToQualityControlStatistics(int position, NameValueType nameValueType)
          Method to add NameValueType at position to QualityControlStatistics_list
 void BioMaterial.addToQualityControlStatistics(NameValueType nameValueType)
          Method to add NameValueType to QualityControlStatistics_list
 void BioMaterial.removeFromQualityControlStatistics(NameValueType nameValueType)
          Method to remove first NameValueType from QualityControlStatistics_list
 

Uses of NameValueType in org.biomage.Common
 

Methods in org.biomage.Common that return NameValueType
 NameValueType NameValueType.getFromPropertySets(int position)
          Method to get NameValueType from PropertySets_list
 NameValueType Extendable.getFromPropertySets(int position)
          Method to get NameValueType from PropertySets_list
 

Methods in org.biomage.Common with parameters of type NameValueType
 void NameValueType.addToPropertySets(int position, NameValueType nameValueType)
          Method to add NameValueType at position to PropertySets_list
 void Extendable.addToPropertySets(int position, NameValueType nameValueType)
          Method to add NameValueType at position to PropertySets_list
 void NameValueType.addToPropertySets(NameValueType nameValueType)
          Method to add NameValueType to PropertySets_list
 void Extendable.addToPropertySets(NameValueType nameValueType)
          Method to add NameValueType to PropertySets_list
 void NameValueType.removeFromPropertySets(NameValueType nameValueType)
          Method to remove first NameValueType from PropertySets_list
 void Extendable.removeFromPropertySets(NameValueType nameValueType)
          Method to remove first NameValueType from PropertySets_list
 

Uses of NameValueType in org.biomage.Interface
 

Methods in org.biomage.Interface that return NameValueType
 NameValueType HasPropertySets.getFromPropertySets(int position)
          Method to get NameValueType from PropertySets_list
 NameValueType HasQualityControlStatistics.getFromQualityControlStatistics(int position)
          Method to get NameValueType from QualityControlStatistics_list
 NameValueType HasSummaryStatistics.getFromSummaryStatistics(int position)
          Method to get NameValueType from SummaryStatistics_list
 

Methods in org.biomage.Interface with parameters of type NameValueType
 void HasPropertySets.addToPropertySets(int position, NameValueType nameValueType)
          Method to add NameValueType at position to PropertySets_list
 void HasPropertySets.addToPropertySets(NameValueType nameValueType)
          Method to add NameValueType to PropertySets_list
 void HasQualityControlStatistics.addToQualityControlStatistics(int position, NameValueType nameValueType)
          Method to add NameValueType at position to QualityControlStatistics_list
 void HasQualityControlStatistics.addToQualityControlStatistics(NameValueType nameValueType)
          Method to add NameValueType to QualityControlStatistics_list
 void HasSummaryStatistics.addToSummaryStatistics(int position, NameValueType nameValueType)
          Method to add NameValueType at position to SummaryStatistics_list
 void HasSummaryStatistics.addToSummaryStatistics(NameValueType nameValueType)
          Method to add NameValueType to SummaryStatistics_list
 void HasPropertySets.removeFromPropertySets(NameValueType nameValueType)
          Method to remove first NameValueType from PropertySets_list
 void HasQualityControlStatistics.removeFromQualityControlStatistics(NameValueType nameValueType)
          Method to remove first NameValueType from QualityControlStatistics_list
 void HasSummaryStatistics.removeFromSummaryStatistics(NameValueType nameValueType)
          Method to remove first NameValueType from SummaryStatistics_list