org.biomage.Interface
Interface HasSoftwareApplications

All Known Implementing Classes:
ProtocolApplication

public interface HasSoftwareApplications


Nested Class Summary
static class HasSoftwareApplications.SoftwareApplications_list
          Inner list class for holding multiple entries for attribute softwareApplications.
 
Method Summary
 void addToSoftwareApplications(int position, SoftwareApplication softwareApplication)
          Method to add SoftwareApplication at position to SoftwareApplications_list
 void addToSoftwareApplications(SoftwareApplication softwareApplication)
          Method to add SoftwareApplication to SoftwareApplications_list
 SoftwareApplication getFromSoftwareApplications(int position)
          Method to get SoftwareApplication from SoftwareApplications_list
 HasSoftwareApplications.SoftwareApplications_list getSoftwareApplications()
          Get method for softwareApplications
 void removeElementAtFromSoftwareApplications(int position)
          Method to remove by position from SoftwareApplications_list
 void removeFromSoftwareApplications(SoftwareApplication softwareApplication)
          Method to remove first SoftwareApplication from SoftwareApplications_list
 void setSoftwareApplications(HasSoftwareApplications.SoftwareApplications_list softwareApplications)
          Set method for softwareApplications
 

Method Detail

setSoftwareApplications

public void setSoftwareApplications(HasSoftwareApplications.SoftwareApplications_list softwareApplications)
Set method for softwareApplications


getSoftwareApplications

public HasSoftwareApplications.SoftwareApplications_list getSoftwareApplications()
Get method for softwareApplications

Returns:
value of the attribute

addToSoftwareApplications

public void addToSoftwareApplications(SoftwareApplication softwareApplication)
Method to add SoftwareApplication to SoftwareApplications_list


addToSoftwareApplications

public void addToSoftwareApplications(int position,
                                      SoftwareApplication softwareApplication)
Method to add SoftwareApplication at position to SoftwareApplications_list


getFromSoftwareApplications

public SoftwareApplication getFromSoftwareApplications(int position)
Method to get SoftwareApplication from SoftwareApplications_list


removeElementAtFromSoftwareApplications

public void removeElementAtFromSoftwareApplications(int position)
Method to remove by position from SoftwareApplications_list


removeFromSoftwareApplications

public void removeFromSoftwareApplications(SoftwareApplication softwareApplication)
Method to remove first SoftwareApplication from SoftwareApplications_list



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