19 #ifndef __com_sun_star_beans_XIntrospectionAccess_idl__
20 #define __com_sun_star_beans_XIntrospectionAccess_idl__
37 module com { module sun { module star { module beans {
81 long getSuppliedMethodConcepts();
99 long getSuppliedPropertyConcepts();
124 [in]
long nPropertyConcepts )
143 boolean hasProperty( [in]
string aName,
144 [in]
long nPropertyConcepts );
157 sequence<com::sun::star::beans::Property> getProperties(
158 [in]
long nPropertyConcepts );
184 [in]
long nMethodConcepts )
203 boolean hasMethod( [in]
string aName,
204 [in]
long nMethodConcepts );
217 sequence<com::sun::star::reflection::XIdlMethod> getMethods(
218 [in]
long nMethodConcepts );
233 sequence<type> getSupportedListeners();