org.biomage.Interface
Interface HasCompoundMeasurements

All Known Implementing Classes:
Treatment

public interface HasCompoundMeasurements


Nested Class Summary
static class HasCompoundMeasurements.CompoundMeasurements_list
          Inner list class for holding multiple entries for attribute compoundMeasurements.
 
Method Summary
 void addToCompoundMeasurements(CompoundMeasurement compoundMeasurement)
          Method to add CompoundMeasurement to CompoundMeasurements_list
 void addToCompoundMeasurements(int position, CompoundMeasurement compoundMeasurement)
          Method to add CompoundMeasurement at position to CompoundMeasurements_list
 HasCompoundMeasurements.CompoundMeasurements_list getCompoundMeasurements()
          Get method for compoundMeasurements
 CompoundMeasurement getFromCompoundMeasurements(int position)
          Method to get CompoundMeasurement from CompoundMeasurements_list
 void removeElementAtFromCompoundMeasurements(int position)
          Method to remove by position from CompoundMeasurements_list
 void removeFromCompoundMeasurements(CompoundMeasurement compoundMeasurement)
          Method to remove first CompoundMeasurement from CompoundMeasurements_list
 void setCompoundMeasurements(HasCompoundMeasurements.CompoundMeasurements_list compoundMeasurements)
          Set method for compoundMeasurements
 

Method Detail

setCompoundMeasurements

void setCompoundMeasurements(HasCompoundMeasurements.CompoundMeasurements_list compoundMeasurements)
Set method for compoundMeasurements

Parameters:
value - to set

getCompoundMeasurements

HasCompoundMeasurements.CompoundMeasurements_list getCompoundMeasurements()
Get method for compoundMeasurements

Returns:
value of the attribute

addToCompoundMeasurements

void addToCompoundMeasurements(CompoundMeasurement compoundMeasurement)
Method to add CompoundMeasurement to CompoundMeasurements_list


addToCompoundMeasurements

void addToCompoundMeasurements(int position,
                               CompoundMeasurement compoundMeasurement)
Method to add CompoundMeasurement at position to CompoundMeasurements_list


getFromCompoundMeasurements

CompoundMeasurement getFromCompoundMeasurements(int position)
Method to get CompoundMeasurement from CompoundMeasurements_list


removeElementAtFromCompoundMeasurements

void removeElementAtFromCompoundMeasurements(int position)
Method to remove by position from CompoundMeasurements_list


removeFromCompoundMeasurements

void removeFromCompoundMeasurements(CompoundMeasurement compoundMeasurement)
Method to remove first CompoundMeasurement from CompoundMeasurements_list