21 module
com { module sun { module star { module beans {
65 long getSuppliedMethodConcepts();
83 long getSuppliedPropertyConcepts();
108 [in]
long nPropertyConcepts )
127 boolean hasProperty( [in]
string aName,
128 [in]
long nPropertyConcepts );
141 sequence<com::sun::star::beans::Property> getProperties(
142 [in]
long nPropertyConcepts );
168 [in]
long nMethodConcepts )
187 boolean hasMethod( [in]
string aName,
188 [in]
long nMethodConcepts );
201 sequence<com::sun::star::reflection::XIdlMethod> getMethods(
202 [in]
long nMethodConcepts );
217 sequence<type> getSupportedListeners();
This structure describes a property.
Definition: Property.idl:33
signals that the interface does not have a method of a specified name.
Definition: NoSuchMethodException.idl:26
Definition: Ambiguous.idl:20
Reflects an IDL interface method.
Definition: XIdlMethod.idl:29
represents the result of an introspection operation done by the inspect method of XIntrospection...
Definition: XIntrospectionAccess.idl:45
is thrown by child access methods of collections, if the addressed child does not exist...
Definition: NoSuchElementException.idl:30
base interface of all UNO interfaces
Definition: XInterface.idl:45
This exception is thrown to indicate the use of a type which is not appropriate.
Definition: IllegalTypeException.idl:31