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

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

Parameters:
value - to set

getQuantitationTypes

HasQuantitationTypes.QuantitationTypes_list getQuantitationTypes()
Get method for quantitationTypes

Returns:
value of the attribute

addToQuantitationTypes

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


addToQuantitationTypes

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


getFromQuantitationTypes

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


removeElementAtFromQuantitationTypes

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


removeFromQuantitationTypes

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