20module 
com {  module sun {  module star {  module reflection {
 
   22interface XCompoundTypeDescription;
 
Reflects a service constructor.
Definition XServiceConstructorDescription.idl:30
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:20