org.biomage.Interface
Interface HasQuantitationTypes

All Known Implementing Classes:
QuantitationTypeDimension

public interface HasQuantitationTypes


Nested Class Summary
static class HasQuantitationTypes.QuantitationTypes_list
          Inner list class for holding multiple entries for attribute quantitationTypes.
 
Method Summary
 void addToQuantitationTypes(int position, QuantitationType quantitationType)
          Method to add QuantitationType at position to QuantitationTypes_list
 void addToQuantitationTypes(QuantitationType quantitationType)
          Method to add QuantitationType to QuantitationTypes_list
 QuantitationType getFromQuantitationTypes(int position)
          Method to get QuantitationType from QuantitationTypes_list
 HasQuantitationTypes.QuantitationTypes_list getQuantitationTypes()
          Get method for quantitationTypes
 void removeElementAtFromQuantitationTypes(int position)
          Method to remove by position from QuantitationTypes_list
 void removeFromQuantitationTypes(QuantitationType quantitationType)
          Method to remove first QuantitationType from QuantitationTypes_list
 void setQuantitationTypes(HasQuantitationTypes.QuantitationTypes_list quantitationTypes)
          Set method for quantitationTypes
 

Method Detail

setQuantitationTypes

public void setQuantitationTypes(HasQuantitationTypes.QuantitationTypes_list quantitationTypes)
Set method for quantitationTypes


getQuantitationTypes

public HasQuantitationTypes.QuantitationTypes_list getQuantitationTypes()
Get method for quantitationTypes

Returns:
value of the attribute

addToQuantitationTypes

public void addToQuantitationTypes(QuantitationType quantitationType)
Method to add QuantitationType to QuantitationTypes_list


addToQuantitationTypes

public void addToQuantitationTypes(int position,
                                   QuantitationType quantitationType)
Method to add QuantitationType at position to QuantitationTypes_list


getFromQuantitationTypes

public QuantitationType getFromQuantitationTypes(int position)
Method to get QuantitationType from QuantitationTypes_list


removeElementAtFromQuantitationTypes

public void removeElementAtFromQuantitationTypes(int position)
Method to remove by position from QuantitationTypes_list


removeFromQuantitationTypes

public void removeFromQuantitationTypes(QuantitationType quantitationType)
Method to remove first QuantitationType from QuantitationTypes_list



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