org.biomage.Interface
Interface HasZoneLocations

All Known Implementing Classes:
ZoneGroup

public interface HasZoneLocations


Nested Class Summary
static class HasZoneLocations.ZoneLocations_list
          Inner list class for holding multiple entries for attribute zoneLocations.
 
Method Summary
 void addToZoneLocations(int position, Zone zone)
          Method to add Zone at position to ZoneLocations_list
 void addToZoneLocations(Zone zone)
          Method to add Zone to ZoneLocations_list
 Zone getFromZoneLocations(int position)
          Method to get Zone from ZoneLocations_list
 HasZoneLocations.ZoneLocations_list getZoneLocations()
          Get method for zoneLocations
 void removeElementAtFromZoneLocations(int position)
          Method to remove by position from ZoneLocations_list
 void removeFromZoneLocations(Zone zone)
          Method to remove first Zone from ZoneLocations_list
 void setZoneLocations(HasZoneLocations.ZoneLocations_list zoneLocations)
          Set method for zoneLocations
 

Method Detail

setZoneLocations

void setZoneLocations(HasZoneLocations.ZoneLocations_list zoneLocations)
Set method for zoneLocations

Parameters:
value - to set

getZoneLocations

HasZoneLocations.ZoneLocations_list getZoneLocations()
Get method for zoneLocations

Returns:
value of the attribute

addToZoneLocations

void addToZoneLocations(Zone zone)
Method to add Zone to ZoneLocations_list


addToZoneLocations

void addToZoneLocations(int position,
                        Zone zone)
Method to add Zone at position to ZoneLocations_list


getFromZoneLocations

Zone getFromZoneLocations(int position)
Method to get Zone from ZoneLocations_list


removeElementAtFromZoneLocations

void removeElementAtFromZoneLocations(int position)
Method to remove by position from ZoneLocations_list


removeFromZoneLocations

void removeFromZoneLocations(Zone zone)
Method to remove first Zone from ZoneLocations_list