|
|||||||||
| Home >> All >> org >> biomage >> [ Interface overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.biomage.Interface
Interface HasZoneGroups

- 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,
org.biomage.ArrayDesign.ZoneGroup zoneGroup)
Method to add ZoneGroup at position to ZoneGroups_list |
void |
addToZoneGroups(org.biomage.ArrayDesign.ZoneGroup zoneGroup)
Method to add ZoneGroup to ZoneGroups_list |
org.biomage.ArrayDesign.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(org.biomage.ArrayDesign.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
addToZoneGroups
public void addToZoneGroups(org.biomage.ArrayDesign.ZoneGroup zoneGroup)
- Method to add ZoneGroup to ZoneGroups_list
addToZoneGroups
public void addToZoneGroups(int position,
org.biomage.ArrayDesign.ZoneGroup zoneGroup)
- Method to add ZoneGroup at position to ZoneGroups_list
getFromZoneGroups
public org.biomage.ArrayDesign.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(org.biomage.ArrayDesign.ZoneGroup zoneGroup)
- Method to remove first ZoneGroup from ZoneGroups_list
|
|||||||||
| Home >> All >> org >> biomage >> [ Interface overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC