maps strings to anys.
More...
import"XStringKeyMap.idl";
|
any | getValue ([in] string aKey) raises ( com::sun::star::container::NoSuchElementException ) |
| reads data from the map. More...
|
|
boolean | hasValue ([in] string aKey) |
| checks for element existence. More...
|
|
void | insertValue ([in] string aKey, [in] any aValue) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::container::ElementExistException ) |
| writes data to the map. More...
|
|
string | getKeyByIndex ([in] long nIndex) raises ( com::sun::star::lang::IndexOutOfBoundsException ) |
| obtains the key of an element by index. More...
|
|
any | getValueByIndex ([in] long nIndex) raises ( com::sun::star::lang::IndexOutOfBoundsException ) |
| obtains the value of an element by index. More...
|
|
maps strings to anys.
- Since
- OOo 2.3
◆ getKeyByIndex()
obtains the key of an element by index.
- Parameters
-
nIndex | is the index of the element. |
- Returns
- the key string matching the given index.
- Exceptions
-
◆ getValue()
reads data from the map.
- Parameters
-
aKey | The key string which should be searched for. |
- Returns
- the value matching aKey.
- Exceptions
-
◆ getValueByIndex()
obtains the value of an element by index.
- Parameters
-
nIndex | is the index of the key. |
- Returns
- the value matching the given index.
- Exceptions
-
◆ hasValue()
boolean hasValue |
( |
[in] string |
aKey | ) |
|
checks for element existence.
- Parameters
-
aKey | The key string which should be searched for. |
- Returns
- true if an element with key aKey exists.
◆ insertValue()
writes data to the map.
- Parameters
-
aKey | The key string which should be used to store the value. |
aValue | The value that should be stored. |
- Exceptions
-
◆ Count
the number of elements in the map.
The documentation for this interface was generated from the following file: