Reflects an interface method type. More...
import "XInterfaceMethodTypeDescription.idl";
 
  
| Public Member Functions | |
| com::sun::star::reflection::XTypeDescription | getReturnType () | 
| Returns the method's return type. | |
| boolean | isOneway () | 
| Returns true, if this method is declared oneway. | |
| sequence< com::sun::star::reflection::XMethodParameter > | getParameters () | 
| Returns all parameters of the method in order of IDL declaration. | |
| sequence< com::sun::star::reflection::XTypeDescription > | getExceptions () | 
| Returns declared exceptions that may occur upon invocations of the method. | |
|  Public Member Functions inherited from XInterfaceMemberTypeDescription | |
| string | getMemberName () | 
| Returns name of member. | |
| long | getPosition () | 
| Returns the position the member including all inherited members of base interfaces. | |
|  Public Member Functions inherited from XTypeDescription | |
| com::sun::star::uno::TypeClass | getTypeClass () | 
| Returns the type class of the reflected UNOIDL entity. | |
| string | getName () | 
| Returns the fully qualified name of the UNOIDL entity. | |
|  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
Reflects an interface method type.
The type class of this type is TypeClass_INTERFACE_METHOD.
| sequence< com::sun::star::reflection::XTypeDescription > getExceptions | ( | ) | 
Returns declared exceptions that may occur upon invocations of the method.
| sequence< com::sun::star::reflection::XMethodParameter > getParameters | ( | ) | 
Returns all parameters of the method in order of IDL declaration.
| com::sun::star::reflection::XTypeDescription getReturnType | ( | ) | 
Returns the method's return type.
| boolean isOneway | ( | ) | 
Returns true, if this method is declared oneway.