LibreOffice
LibreOffice 24.2 SDK API Reference
|
Reflects a service constructor. More...
import"XServiceConstructorDescription.idl";
Public Member Functions | |
boolean | isDefaultConstructor () |
Returns whether the constructor is a default constructor. More... | |
string | getName () |
Returns the constructor's name. More... | |
sequence< XParameter > | getParameters () |
Returns the constructor's parameters. More... | |
sequence< XCompoundTypeDescription > | getExceptions () |
Returns the exceptions that can be raised by the constructor. More... | |
Reflects a service constructor.
sequence<XCompoundTypeDescription> getExceptions | ( | ) |
Returns the exceptions that can be raised by the constructor.
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) string getName | ( | ) |
Returns the constructor's name.
string
is returned sequence<XParameter> getParameters | ( | ) |
Returns the constructor's parameters.
boolean isDefaultConstructor | ( | ) |
Returns whether the constructor is a default constructor.
TRUE
if the constructor is a default constructor