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

- public interface HasProviders
| Nested Class Summary | |
static class |
HasProviders.Providers_list
Inner list class for holding multiple entries for attribute providers. |
| Method Summary | |
void |
addToProviders(org.biomage.AuditAndSecurity.Contact contact)
Method to add Contact to Providers_list |
void |
addToProviders(int position,
org.biomage.AuditAndSecurity.Contact contact)
Method to add Contact at position to Providers_list |
org.biomage.AuditAndSecurity.Contact |
getFromProviders(int position)
Method to get Contact from Providers_list |
HasProviders.Providers_list |
getProviders()
Get method for providers |
void |
removeElementAtFromProviders(int position)
Method to remove by position from Providers_list |
void |
removeFromProviders(org.biomage.AuditAndSecurity.Contact contact)
Method to remove first Contact from Providers_list |
void |
setProviders(HasProviders.Providers_list providers)
Set method for providers |
| Method Detail |
setProviders
public void setProviders(HasProviders.Providers_list providers)
- Set method for providers
getProviders
public HasProviders.Providers_list getProviders()
- Get method for providers
addToProviders
public void addToProviders(org.biomage.AuditAndSecurity.Contact contact)
- Method to add Contact to Providers_list
addToProviders
public void addToProviders(int position,
org.biomage.AuditAndSecurity.Contact contact)
- Method to add Contact at position to Providers_list
getFromProviders
public org.biomage.AuditAndSecurity.Contact getFromProviders(int position)
- Method to get Contact from Providers_list
removeElementAtFromProviders
public void removeElementAtFromProviders(int position)
- Method to remove by position from Providers_list
removeFromProviders
public void removeFromProviders(org.biomage.AuditAndSecurity.Contact contact)
- Method to remove first Contact from Providers_list
|
|||||||||
| Home >> All >> org >> biomage >> [ Interface overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC