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();
This structure describes a property.
Definition: Property.idl:37
signals that the interface does not have a method of a specified name.
Definition: NoSuchMethodException.idl:30
Definition: Ambiguous.idl:22
Reflects an IDL interface method.
Definition: XIdlMethod.idl:41
represents the result of an introspection operation done by the inspect method of XIntrospection.
Definition: XIntrospectionAccess.idl:61
is thrown by child access methods of collections, if the addressed child does not exist.
Definition: NoSuchElementException.idl:34
base interface of all UNO interfaces
Definition: XInterface.idl:47
This exception is thrown to indicate the use of a type which is not appropriate.
Definition: IllegalTypeException.idl:35