20 #ifndef __com_sun_star_container_XStringKeyMap_idl__ 21 #define __com_sun_star_container_XStringKeyMap_idl__ 30 module
com { module sun { module star { module container {
51 any getValue( [in]
string aKey )
63 boolean hasValue( [in]
string aKey );
80 void insertValue( [in]
string aKey, [in] any aValue )
87 [attribute, readonly]
long Count;
102 string getKeyByIndex( [in]
long nIndex )
118 any getValueByIndex( [in]
long nIndex )
This exception is thrown to indicate that a container has been accessed with an illegal index.
Definition: IndexOutOfBoundsException.idl:34
Definition: Ambiguous.idl:22
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:29
maps strings to anys.
Definition: XStringKeyMap.idl:38
long Count
the number of elements in the map.
Definition: XStringKeyMap.idl:87
is thrown by child access methods of collections, if the addressed child does not exist.
Definition: NoSuchElementException.idl:34
is thrown by container methods, if an element is added which is already a child of the container.
Definition: ElementExistException.idl:38