Content for OpenOffice.org version 3.3.
:: com :: sun :: star :: reflection ::
|
| interface XServiceTypeDescription |
- Base Interfaces
XServiceTypeDescription
┗ XTypeDescription
-
|
- Description
- Reflects a service.
This type is superseded by XServiceTypeDescription2, which
supports single-interface–based services, in addition to the obsolete,
accumulation-based services.
The type class of this type is
::com::sun::star::uno::TypeClass::SERVICE.
- Since
- OOo 1.1.2
|
| Methods' Summary |
| getMandatoryServices |
Returns the type descriptions of the mandatory services
defined for this service.
|
| getOptionalServices |
Returns the type descriptions of the optional services
defined for this service.
|
| getMandatoryInterfaces |
Returns the type descriptions of the mandatory interfaces
defined for this service.
|
| getOptionalInterfaces |
Returns the type descriptions of the optional interface
defined for this service.
|
| getProperties |
Returns the properties defined for this service.
|
| Methods' Details |
getMandatoryServices
- Description
- Returns the type descriptions of the mandatory services
defined for this service.
- Returns
- a sequence containing service type descriptions, for an
obsolete, accumulation-based service; for a
single-interface–based service, an empty sequence is returned
|
|
getOptionalServices
- Description
- Returns the type descriptions of the optional services
defined for this service.
- Returns
- a sequence containing service type descriptions, for an
obsolete, accumulation-based service; for a
single-interface–based service, an empty sequence is returned
|
|
getMandatoryInterfaces
- Description
- Returns the type descriptions of the mandatory interfaces
defined for this service.
- Returns
- a sequence containing interface type descriptions, for an
obsolete, accumulation-based service; for a
single-interface–based service, an empty sequence is returned
|
|
getOptionalInterfaces
- Description
- Returns the type descriptions of the optional interface
defined for this service.
- Returns
- a sequence containing interface type descriptions, for an
obsolete, accumulation-based service; for a
single-interface–based service, an empty sequence is returned
|
|
getProperties
- Description
- Returns the properties defined for this service.
- Returns
- a sequence containing property descriptions, for an obsolete,
accumulation-based service; for a single-interface–based
service, an empty sequence is returned
|
|
Top of Page
Copyright © 1995, 2010, 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.