20 #ifndef __com_sun_star_reflection_XServiceTypeDescription_idl__
21 #define __com_sun_star_reflection_XServiceTypeDescription_idl__
28 module com { module sun { module star { module reflection {
51 sequence< XServiceTypeDescription > getMandatoryServices();
60 sequence< XServiceTypeDescription > getOptionalServices();
69 sequence< XInterfaceTypeDescription > getMandatoryInterfaces();
78 sequence< XInterfaceTypeDescription > getOptionalInterfaces();
86 sequence< XPropertyTypeDescription > getProperties();
Reflects a service.
Definition: XServiceTypeDescription.idl:42
Reflects a UNOIDL entity.
Definition: XTypeDescription.idl:47