:: com :: sun :: star :: container ::
|
interface XIdentifierReplace |
- Base Interfaces
XIdentifierReplace
┗ XIdentifierAccess
┗ XElementAccess
XIdentifierAccess |
- (referenced interface's summary:)
- provides access to the elements of a collection through a unique identifier.
|
|
- Description
- This is the generic interface for supporting the replacement of elements
with unique identifiers.
|
Methods' Details |
replaceByIdentifer
- Description
- replaces the element with the specified identifier.
- Parameter Identifier
- specifies the identifier of the element that should be retrieved.
- Parameter aElement
- the new element that replaces the old element for the specified identifier.
- Throws
- com::sun::star::lang::IllegalArgumentException
If the argument is not valid for this container.
- Throws
- com::sun::star::lang::NoSuchElementException
If the identifier is not existing.
- Throws
- com::sun::star::lang::WrappedTargetException
If the implementation has internal reasons for exceptions,
then wrap these in a ::com::sun::star::lang::WrappedTargetException
exception.
|
|
Top of Page
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.