19 #ifndef __com_sun_star_container_XSet_idl__
20 #define __com_sun_star_container_XSet_idl__
31 module
com { module sun { module star { module container {
44 boolean has( [in] any aElement );
49 void insert( [in] any aElement )
56 void remove( [in] any aElement )
used to enumerate objects in a container which contains objects.
Definition: XEnumerationAccess.idl:33
This is the generic interface for supporting the insertion and removal of elements.
Definition: XSet.idl:37
– idl definition –
Definition: Ambiguous.idl:22
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
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