|
|||||||||
Home >> All >> org >> biomage >> [ Interface overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
org.biomage.Interface
Interface HasDescriptions

- public interface HasDescriptions
Nested Class Summary | |
static class |
HasDescriptions.Descriptions_list
Inner list class for holding multiple entries for attribute descriptions. |
Method Summary | |
void |
addToDescriptions(org.biomage.Description.Description description)
Method to add Description to Descriptions_list |
void |
addToDescriptions(int position,
org.biomage.Description.Description description)
Method to add Description at position to Descriptions_list |
HasDescriptions.Descriptions_list |
getDescriptions()
Get method for descriptions |
org.biomage.Description.Description |
getFromDescriptions(int position)
Method to get Description from Descriptions_list |
void |
removeElementAtFromDescriptions(int position)
Method to remove by position from Descriptions_list |
void |
removeFromDescriptions(org.biomage.Description.Description description)
Method to remove first Description from Descriptions_list |
void |
setDescriptions(HasDescriptions.Descriptions_list descriptions)
Set method for descriptions |
Method Detail |
setDescriptions
public void setDescriptions(HasDescriptions.Descriptions_list descriptions)
- Set method for descriptions
getDescriptions
public HasDescriptions.Descriptions_list getDescriptions()
- Get method for descriptions
addToDescriptions
public void addToDescriptions(org.biomage.Description.Description description)
- Method to add Description to Descriptions_list
addToDescriptions
public void addToDescriptions(int position, org.biomage.Description.Description description)
- Method to add Description at position to Descriptions_list
getFromDescriptions
public org.biomage.Description.Description getFromDescriptions(int position)
- Method to get Description from Descriptions_list
removeElementAtFromDescriptions
public void removeElementAtFromDescriptions(int position)
- Method to remove by position from Descriptions_list
removeFromDescriptions
public void removeFromDescriptions(org.biomage.Description.Description description)
- Method to remove first Description from Descriptions_list
|
|||||||||
Home >> All >> org >> biomage >> [ Interface overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |