|
|||||||||
| 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 HasSoftwares

- public interface HasSoftwares
| Nested Class Summary | |
static class |
HasSoftwares.Softwares_list
Inner list class for holding multiple entries for attribute softwares. |
| Method Summary | |
void |
addToSoftwares(int position,
org.biomage.Protocol.Software software)
Method to add Software at position to Softwares_list |
void |
addToSoftwares(org.biomage.Protocol.Software software)
Method to add Software to Softwares_list |
org.biomage.Protocol.Software |
getFromSoftwares(int position)
Method to get Software from Softwares_list |
HasSoftwares.Softwares_list |
getSoftwares()
Get method for softwares |
void |
removeElementAtFromSoftwares(int position)
Method to remove by position from Softwares_list |
void |
removeFromSoftwares(org.biomage.Protocol.Software software)
Method to remove first Software from Softwares_list |
void |
setSoftwares(HasSoftwares.Softwares_list softwares)
Set method for softwares |
| Method Detail |
setSoftwares
public void setSoftwares(HasSoftwares.Softwares_list softwares)
- Set method for softwares
getSoftwares
public HasSoftwares.Softwares_list getSoftwares()
- Get method for softwares
addToSoftwares
public void addToSoftwares(org.biomage.Protocol.Software software)
- Method to add Software to Softwares_list
addToSoftwares
public void addToSoftwares(int position,
org.biomage.Protocol.Software software)
- Method to add Software at position to Softwares_list
getFromSoftwares
public org.biomage.Protocol.Software getFromSoftwares(int position)
- Method to get Software from Softwares_list
removeElementAtFromSoftwares
public void removeElementAtFromSoftwares(int position)
- Method to remove by position from Softwares_list
removeFromSoftwares
public void removeFromSoftwares(org.biomage.Protocol.Software software)
- Method to remove first Software from Softwares_list
|
|||||||||
| Home >> All >> org >> biomage >> [ Interface overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC