|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasSoftwareApplications
Nested Class Summary | |
---|---|
static class |
HasSoftwareApplications.SoftwareApplications_list
Inner list class for holding multiple entries for attribute softwareApplications. |
Method Summary | |
---|---|
void |
addToSoftwareApplications(int position,
SoftwareApplication softwareApplication)
Method to add SoftwareApplication at position to SoftwareApplications_list |
void |
addToSoftwareApplications(SoftwareApplication softwareApplication)
Method to add SoftwareApplication to SoftwareApplications_list |
SoftwareApplication |
getFromSoftwareApplications(int position)
Method to get SoftwareApplication from SoftwareApplications_list |
HasSoftwareApplications.SoftwareApplications_list |
getSoftwareApplications()
Get method for softwareApplications |
void |
removeElementAtFromSoftwareApplications(int position)
Method to remove by position from SoftwareApplications_list |
void |
removeFromSoftwareApplications(SoftwareApplication softwareApplication)
Method to remove first SoftwareApplication from SoftwareApplications_list |
void |
setSoftwareApplications(HasSoftwareApplications.SoftwareApplications_list softwareApplications)
Set method for softwareApplications |
Method Detail |
---|
void setSoftwareApplications(HasSoftwareApplications.SoftwareApplications_list softwareApplications)
value
- to setHasSoftwareApplications.SoftwareApplications_list getSoftwareApplications()
void addToSoftwareApplications(SoftwareApplication softwareApplication)
void addToSoftwareApplications(int position, SoftwareApplication softwareApplication)
SoftwareApplication getFromSoftwareApplications(int position)
void removeElementAtFromSoftwareApplications(int position)
void removeFromSoftwareApplications(SoftwareApplication softwareApplication)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |