:: com :: sun :: star :: container ::

interface XUniqueIDAccess

Methods' Summary
getByUniqueID  
removeByUniqueID removes the element with the specified unique ID from this container.  
Methods' Details
getByUniqueID
any
getByUniqueID( [in] string  ID )
raises( NoSuchElementException );

Returns
the element with the specified unique ID.
removeByUniqueID
void
removeByUniqueID( [in] string  ID )
raises( NoSuchElementException );

Description
removes the element with the specified unique ID from this container.
Top of Page