LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_reflection_XMethodParameter_idl__
20 #define __com_sun_star_reflection_XMethodParameter_idl__
28 module
com { module sun { module star { module reflection {
boolean isIn()
Returns true, if the parameter is declared as [in] or [inout] in IDL.
string getName()
Returns the name of the parameter.
Reflects a UNOIDL entity.
Definition: XTypeDescription.idl:48
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 isOut()
Returns true, if the parameter is declared as [out] or [inout] in IDL.
Reflects a method parameter.
Definition: XMethodParameter.idl:40
Definition: Ambiguous.idl:22
base interface of all UNO interfaces
Definition: XInterface.idl:48