:: com :: sun :: star :: reflection ::
|
unpublished |
interface XServiceConstructorDescription |
|
|
|
- Usage Restrictions
- not published
- Description
- Reflects a service constructor.
- Since
- OOo 2.0
|
Methods' Details |
isDefaultConstructor
boolean |
isDefaultConstructor(); |
- Description
- Returns whether the constructor is a default constructor.
- Returns
- true if the constructor is a default constructor
|
|
getName
- Description
- Returns the constructor's name.
- Returns
- the constructor's name; for a default constructor, an empty
string is returned
|
|
getParameters
- Description
- Returns the constructor's parameters.
- Returns
- the reflections of all the constructor's parameters, in their
lexical order; for a default constructor, an empty sequence is
returned
|
|
getExceptions
- Description
- Returns the exceptions that can be raised by the constructor.
- Returns
- the reflections of all the exceptions that are listed in the
constructor's
raises specification, in no particular order;
all elements of the returned sequence will be reflections of exception
types; for a default constructor, an empty sequence is returned (even
though the mapping of a default constructor in a particular language
binding may well raise certain UNO exceptions)
|
|
Top of Page
Copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.