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

- public interface HasReadGroups
| Nested Class Summary | |
static class |
HasReadGroups.ReadGroups_list
Inner list class for holding multiple entries for attribute readGroups. |
| Method Summary | |
void |
addToReadGroups(int position,
org.biomage.AuditAndSecurity.SecurityGroup securityGroup)
Method to add SecurityGroup at position to ReadGroups_list |
void |
addToReadGroups(org.biomage.AuditAndSecurity.SecurityGroup securityGroup)
Method to add SecurityGroup to ReadGroups_list |
org.biomage.AuditAndSecurity.SecurityGroup |
getFromReadGroups(int position)
Method to get SecurityGroup from ReadGroups_list |
HasReadGroups.ReadGroups_list |
getReadGroups()
Get method for readGroups |
void |
removeElementAtFromReadGroups(int position)
Method to remove by position from ReadGroups_list |
void |
removeFromReadGroups(org.biomage.AuditAndSecurity.SecurityGroup securityGroup)
Method to remove first SecurityGroup from ReadGroups_list |
void |
setReadGroups(HasReadGroups.ReadGroups_list readGroups)
Set method for readGroups |
| Method Detail |
setReadGroups
public void setReadGroups(HasReadGroups.ReadGroups_list readGroups)
- Set method for readGroups
getReadGroups
public HasReadGroups.ReadGroups_list getReadGroups()
- Get method for readGroups
addToReadGroups
public void addToReadGroups(org.biomage.AuditAndSecurity.SecurityGroup securityGroup)
- Method to add SecurityGroup to ReadGroups_list
addToReadGroups
public void addToReadGroups(int position,
org.biomage.AuditAndSecurity.SecurityGroup securityGroup)
- Method to add SecurityGroup at position to ReadGroups_list
getFromReadGroups
public org.biomage.AuditAndSecurity.SecurityGroup getFromReadGroups(int position)
- Method to get SecurityGroup from ReadGroups_list
removeElementAtFromReadGroups
public void removeElementAtFromReadGroups(int position)
- Method to remove by position from ReadGroups_list
removeFromReadGroups
public void removeFromReadGroups(org.biomage.AuditAndSecurity.SecurityGroup securityGroup)
- Method to remove first SecurityGroup from ReadGroups_list
|
|||||||||
| Home >> All >> org >> biomage >> [ Interface overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC