org.biomage.Interface
Interface HasComponentCompounds

All Known Implementing Classes:
Compound

public interface HasComponentCompounds


Nested Class Summary
static class HasComponentCompounds.ComponentCompounds_list
          Inner list class for holding multiple entries for attribute componentCompounds.
 
Method Summary
 void addToComponentCompounds(CompoundMeasurement compoundMeasurement)
          Method to add CompoundMeasurement to ComponentCompounds_list
 void addToComponentCompounds(int position, CompoundMeasurement compoundMeasurement)
          Method to add CompoundMeasurement at position to ComponentCompounds_list
 HasComponentCompounds.ComponentCompounds_list getComponentCompounds()
          Get method for componentCompounds
 CompoundMeasurement getFromComponentCompounds(int position)
          Method to get CompoundMeasurement from ComponentCompounds_list
 void removeElementAtFromComponentCompounds(int position)
          Method to remove by position from ComponentCompounds_list
 void removeFromComponentCompounds(CompoundMeasurement compoundMeasurement)
          Method to remove first CompoundMeasurement from ComponentCompounds_list
 void setComponentCompounds(HasComponentCompounds.ComponentCompounds_list componentCompounds)
          Set method for componentCompounds
 

Method Detail

setComponentCompounds

public void setComponentCompounds(HasComponentCompounds.ComponentCompounds_list componentCompounds)
Set method for componentCompounds


getComponentCompounds

public HasComponentCompounds.ComponentCompounds_list getComponentCompounds()
Get method for componentCompounds

Returns:
value of the attribute

addToComponentCompounds

public void addToComponentCompounds(CompoundMeasurement compoundMeasurement)
Method to add CompoundMeasurement to ComponentCompounds_list


addToComponentCompounds

public void addToComponentCompounds(int position,
                                    CompoundMeasurement compoundMeasurement)
Method to add CompoundMeasurement at position to ComponentCompounds_list


getFromComponentCompounds

public CompoundMeasurement getFromComponentCompounds(int position)
Method to get CompoundMeasurement from ComponentCompounds_list


removeElementAtFromComponentCompounds

public void removeElementAtFromComponentCompounds(int position)
Method to remove by position from ComponentCompounds_list


removeFromComponentCompounds

public void removeFromComponentCompounds(CompoundMeasurement compoundMeasurement)
Method to remove first CompoundMeasurement from ComponentCompounds_list



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