20 #ifndef __com_sun_star_reflection_XServiceTypeDescription2_idl__
21 #define __com_sun_star_reflection_XServiceTypeDescription2_idl__
25 module com { module sun { module star { module reflection {
27 interface XServiceConstructorDescription;
28 interface XTypeDescription;
47 boolean isSingleInterfaceBased();
67 sequence<XServiceConstructorDescription> getConstructors();
Reflects a service.
Definition: XServiceTypeDescription.idl:42
Reflects a UNOIDL entity.
Definition: XTypeDescription.idl:47
Reflects a service, supporting single-interface–based services.
Definition: XServiceTypeDescription2.idl:38