org.biomage.Interface
Interface HasBioAssayFactorValues

All Known Implementing Classes:
BioAssay

public interface HasBioAssayFactorValues


Nested Class Summary
static class HasBioAssayFactorValues.BioAssayFactorValues_list
          Inner list class for holding multiple entries for attribute bioAssayFactorValues.
 
Method Summary
 void addToBioAssayFactorValues(FactorValue factorValue)
          Method to add FactorValue to BioAssayFactorValues_list
 void addToBioAssayFactorValues(int position, FactorValue factorValue)
          Method to add FactorValue at position to BioAssayFactorValues_list
 HasBioAssayFactorValues.BioAssayFactorValues_list getBioAssayFactorValues()
          Get method for bioAssayFactorValues
 FactorValue getFromBioAssayFactorValues(int position)
          Method to get FactorValue from BioAssayFactorValues_list
 void removeElementAtFromBioAssayFactorValues(int position)
          Method to remove by position from BioAssayFactorValues_list
 void removeFromBioAssayFactorValues(FactorValue factorValue)
          Method to remove first FactorValue from BioAssayFactorValues_list
 void setBioAssayFactorValues(HasBioAssayFactorValues.BioAssayFactorValues_list bioAssayFactorValues)
          Set method for bioAssayFactorValues
 

Method Detail

setBioAssayFactorValues

public void setBioAssayFactorValues(HasBioAssayFactorValues.BioAssayFactorValues_list bioAssayFactorValues)
Set method for bioAssayFactorValues


getBioAssayFactorValues

public HasBioAssayFactorValues.BioAssayFactorValues_list getBioAssayFactorValues()
Get method for bioAssayFactorValues

Returns:
value of the attribute

addToBioAssayFactorValues

public void addToBioAssayFactorValues(FactorValue factorValue)
Method to add FactorValue to BioAssayFactorValues_list


addToBioAssayFactorValues

public void addToBioAssayFactorValues(int position,
                                      FactorValue factorValue)
Method to add FactorValue at position to BioAssayFactorValues_list


getFromBioAssayFactorValues

public FactorValue getFromBioAssayFactorValues(int position)
Method to get FactorValue from BioAssayFactorValues_list


removeElementAtFromBioAssayFactorValues

public void removeElementAtFromBioAssayFactorValues(int position)
Method to remove by position from BioAssayFactorValues_list


removeFromBioAssayFactorValues

public void removeFromBioAssayFactorValues(FactorValue factorValue)
Method to remove first FactorValue from BioAssayFactorValues_list



Copyright (C) 2002 The MicroArray Gene Expression Database group (MGED) All rights reserved.