Methods' Details |
clearList
- Description
- clears the whole list
|
|
prependListEntry
void |
prependListEntry( |
[in] string |
NewEntry ); |
- Description
- prepends a new entry to the beginning of the list
|
|
appendListEntry
void |
appendListEntry( |
[in] string |
NewEntry ); |
- Description
- appends a new entry to the end of the list
|
|
getListEntries
sequence< string > |
getListEntries(); |
- Description
- gets all list entries
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.