org.biomage.Interface
Interface HasParameterValues

All Known Implementing Classes:
ParameterizableApplication

public interface HasParameterValues


Nested Class Summary
static class HasParameterValues.ParameterValues_list
          Inner list class for holding multiple entries for attribute parameterValues.
 
Method Summary
 void addToParameterValues(int position, ParameterValue parameterValue)
          Method to add ParameterValue at position to ParameterValues_list
 void addToParameterValues(ParameterValue parameterValue)
          Method to add ParameterValue to ParameterValues_list
 ParameterValue getFromParameterValues(int position)
          Method to get ParameterValue from ParameterValues_list
 HasParameterValues.ParameterValues_list getParameterValues()
          Get method for parameterValues
 void removeElementAtFromParameterValues(int position)
          Method to remove by position from ParameterValues_list
 void removeFromParameterValues(ParameterValue parameterValue)
          Method to remove first ParameterValue from ParameterValues_list
 void setParameterValues(HasParameterValues.ParameterValues_list parameterValues)
          Set method for parameterValues
 

Method Detail

setParameterValues

public void setParameterValues(HasParameterValues.ParameterValues_list parameterValues)
Set method for parameterValues


getParameterValues

public HasParameterValues.ParameterValues_list getParameterValues()
Get method for parameterValues

Returns:
value of the attribute

addToParameterValues

public void addToParameterValues(ParameterValue parameterValue)
Method to add ParameterValue to ParameterValues_list


addToParameterValues

public void addToParameterValues(int position,
                                 ParameterValue parameterValue)
Method to add ParameterValue at position to ParameterValues_list


getFromParameterValues

public ParameterValue getFromParameterValues(int position)
Method to get ParameterValue from ParameterValues_list


removeElementAtFromParameterValues

public void removeElementAtFromParameterValues(int position)
Method to remove by position from ParameterValues_list


removeFromParameterValues

public void removeFromParameterValues(ParameterValue parameterValue)
Method to remove first ParameterValue from ParameterValues_list



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