| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
Reflects a method parameter. More...
import "XMethodParameter.idl";
 
  
| Public Member Functions | |
| string | getName () | 
| Returns the name of the parameter. | |
| com::sun::star::reflection::XTypeDescription | getType () | 
| Returns the type of the parameter. | |
| boolean | isIn () | 
| Returns true, if the parameter is declared as [in] or [inout] in IDL. | |
| boolean | isOut () | 
| Returns true, if the parameter is declared as [out] or [inout] in IDL. | |
| long | getPosition () | 
| Returns the position of the parameter regarding the IDL method declaration. | |
| 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 a method parameter.
This type is superseded by XParameter, which supports parameters of service constructors as well as parameters of interface methods.
| string getName | ( | ) | 
Returns the name of the parameter.
| long getPosition | ( | ) | 
Returns the position of the parameter regarding the IDL method declaration.
| com::sun::star::reflection::XTypeDescription getType | ( | ) | 
Returns the type of the parameter.
| boolean isIn | ( | ) | 
Returns true, if the parameter is declared as [in] or [inout] in IDL.
| boolean isOut | ( | ) | 
Returns true, if the parameter is declared as [out] or [inout] in IDL.