org.biomage.Interface
Interface HasZoneGroups

All Known Implementing Classes:
PhysicalArrayDesign

public interface HasZoneGroups


Nested Class Summary
static class HasZoneGroups.ZoneGroups_list
          Inner list class for holding multiple entries for attribute zoneGroups.
 
Method Summary
 void addToZoneGroups(int position, ZoneGroup zoneGroup)
          Method to add ZoneGroup at position to ZoneGroups_list
 void addToZoneGroups(ZoneGroup zoneGroup)
          Method to add ZoneGroup to ZoneGroups_list
 ZoneGroup getFromZoneGroups(int position)
          Method to get ZoneGroup from ZoneGroups_list
 HasZoneGroups.ZoneGroups_list getZoneGroups()
          Get method for zoneGroups
 void removeElementAtFromZoneGroups(int position)
          Method to remove by position from ZoneGroups_list
 void removeFromZoneGroups(ZoneGroup zoneGroup)
          Method to remove first ZoneGroup from ZoneGroups_list
 void setZoneGroups(HasZoneGroups.ZoneGroups_list zoneGroups)
          Set method for zoneGroups
 

Method Detail

setZoneGroups

public void setZoneGroups(HasZoneGroups.ZoneGroups_list zoneGroups)
Set method for zoneGroups


getZoneGroups

public HasZoneGroups.ZoneGroups_list getZoneGroups()
Get method for zoneGroups

Returns:
value of the attribute

addToZoneGroups

public void addToZoneGroups(ZoneGroup zoneGroup)
Method to add ZoneGroup to ZoneGroups_list


addToZoneGroups

public void addToZoneGroups(int position,
                            ZoneGroup zoneGroup)
Method to add ZoneGroup at position to ZoneGroups_list


getFromZoneGroups

public ZoneGroup getFromZoneGroups(int position)
Method to get ZoneGroup from ZoneGroups_list


removeElementAtFromZoneGroups

public void removeElementAtFromZoneGroups(int position)
Method to remove by position from ZoneGroups_list


removeFromZoneGroups

public void removeFromZoneGroups(ZoneGroup zoneGroup)
Method to remove first ZoneGroup from ZoneGroups_list



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