19 #ifndef __com_sun_star_beans_XPropertySetInfo_idl__
20 #define __com_sun_star_beans_XPropertySetInfo_idl__
30 module
com { module sun { module star { module beans {
This exception is thrown to indicate that the property name is unknown to the implementation.
Definition: UnknownPropertyException.idl:35
specifies a set of properties.
Definition: XPropertySetInfo.idl:46
boolean hasPropertyByName([in] string Name)
com::sun::star::beans::Property getPropertyByName([in] string aName)
sequence< com::sun::star::beans::Property > getProperties()
base interface of all UNO interfaces
Definition: XInterface.idl:48
Definition: Ambiguous.idl:22
This structure describes a property.
Definition: Property.idl:38