:: com :: sun :: star :: container ::
|
interface XIdentifierAccess |
- Base Interfaces
XIdentifierAccess
┗ XElementAccess
XElementAccess |
- (referenced interface's summary:)
- This is the base interface of all collection interfaces.
|
|
- Description
- provides access to the elements of a collection through a unique identifier.
|
Methods' Details |
getByIdentifier
- Returns
- the element with the specified identifier
- Parameter Identifier
- specifies the identifier of the element that should be retrieved.
- 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.
|
|
getIdentifiers
sequence< long > |
getIdentifiers(); |
- Returns
- a sequence of all identifiers in this container.
The order of the identifiers is not specified.
|
|
Top of Page
Copyright © 1995, 2012, 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.