20#ifndef __com_sun_star_reflection_XServiceConstructorDescription_idl__
21#define __com_sun_star_reflection_XServiceConstructorDescription_idl__
25module
com { module sun { module star { module reflection {
27interface XCompoundTypeDescription;
Reflects a service constructor.
Definition XServiceConstructorDescription.idl:35
string getName()
Returns the constructor's name.
boolean isDefaultConstructor()
Returns whether the constructor is a default constructor.
sequence< XParameter > getParameters()
Returns the constructor's parameters.
sequence< XCompoundTypeDescription > getExceptions()
Returns the exceptions that can be raised by the constructor.
Definition Ambiguous.idl:22