19 #ifndef __com_sun_star_container_XNameAccess_idl__
20 #define __com_sun_star_container_XNameAccess_idl__
29 module
com { module sun { module star { module container {
56 any getByName( [in]
string aName )
66 sequence<string> getElementNames();
79 boolean hasByName( [in]
string aName );
– idl definition –
Definition: Ambiguous.idl:22
This is a checked exception that wraps an exception thrown by the original target.
Definition: WrappedTargetException.idl:37
This is the base interface of all collection interfaces.
Definition: XElementAccess.idl:33
is thrown by child access methods of collections, if the addressed child does not exist...
Definition: NoSuchElementException.idl:34
is used to access named objects within a container.
Definition: XNameAccess.idl:39